Drupal 8.0.0 beta 12. More info: https://www.drupal.org/node/2514176
This commit is contained in:
commit
9921556621
13277 changed files with 1459781 additions and 0 deletions
24
core/themes/bartik/css/components/secondary-menu.css
Normal file
24
core/themes/bartik/css/components/secondary-menu.css
Normal file
|
@ -0,0 +1,24 @@
|
|||
/* --------------- Secondary Menu ------------ */
|
||||
|
||||
.region-secondary-menu .menu {
|
||||
text-align: right; /* LTR */
|
||||
font-size: 0.929em;
|
||||
margin: 0 10px;
|
||||
padding: 0;
|
||||
}
|
||||
[dir="rtl"] .region-secondary-menu .menu {
|
||||
text-align: left;
|
||||
}
|
||||
.region-secondary-menu .menu-item {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: inline;
|
||||
}
|
||||
.region-secondary-menu .menu a {
|
||||
display: inline-block;
|
||||
padding: 0.8em;
|
||||
}
|
||||
.region-secondary-menu .menu a:hover,
|
||||
.region-secondary-menu .menu a:focus {
|
||||
text-decoration: underline;
|
||||
}
|
Reference in a new issue