mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Version 1.0.2
This commit is contained in:
parent
02600978d8
commit
e564a9a668
1 changed files with 5 additions and 5 deletions
|
@ -37,13 +37,13 @@ ul.menulink > li a span {
|
|||
transition: color 0.2s ease;
|
||||
font-size: 0.9em;
|
||||
text-transform: uppercase;
|
||||
font-weight: _font(weight-medium);
|
||||
font-weight: _font(weight);
|
||||
}
|
||||
ul.menulink > li a span li {
|
||||
-webkit-transition: color 0.2s ease;
|
||||
transition: color 0.2s ease;
|
||||
font-size: 0.8em;
|
||||
font-weight: _font(weight-medium);
|
||||
font-weight: _font(weight);
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ ul.subitem > li a span {
|
|||
-webkit-transition: color 0.2s ease;
|
||||
transition: color 0.2s ease;
|
||||
font-size: 0.9em;
|
||||
font-weight: _font(weight-medium);
|
||||
font-weight: _font(weight);
|
||||
text-transform: capitalize;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
@ -79,7 +79,7 @@ ul.subitem_hide > li a span {
|
|||
-webkit-transition: color 0.2s ease;
|
||||
transition: color 0.2s ease;
|
||||
margin-bottom: 0;
|
||||
font-weight: _font(weight-medium);
|
||||
font-weight: _font(weight);
|
||||
text-transform: capitalize;
|
||||
}
|
||||
ul.subitem_hide > li {
|
||||
|
@ -93,4 +93,4 @@ ul.subitem_hide > li {
|
|||
.fa-caret-down {
|
||||
float: right;
|
||||
padding-right: 8px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue