Version 1.0.2

This commit is contained in:
pmoreno.rodriguez 2022-10-31 11:30:43 +01:00 committed by GitHub
parent 02600978d8
commit e564a9a668
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,13 +37,13 @@ ul.menulink > li a span {
transition: color 0.2s ease; transition: color 0.2s ease;
font-size: 0.9em; font-size: 0.9em;
text-transform: uppercase; text-transform: uppercase;
font-weight: _font(weight-medium); font-weight: _font(weight);
} }
ul.menulink > li a span li { ul.menulink > li a span li {
-webkit-transition: color 0.2s ease; -webkit-transition: color 0.2s ease;
transition: color 0.2s ease; transition: color 0.2s ease;
font-size: 0.8em; font-size: 0.8em;
font-weight: _font(weight-medium); font-weight: _font(weight);
text-transform: uppercase; text-transform: uppercase;
} }
@ -62,7 +62,7 @@ ul.subitem > li a span {
-webkit-transition: color 0.2s ease; -webkit-transition: color 0.2s ease;
transition: color 0.2s ease; transition: color 0.2s ease;
font-size: 0.9em; font-size: 0.9em;
font-weight: _font(weight-medium); font-weight: _font(weight);
text-transform: capitalize; text-transform: capitalize;
margin-bottom: 0; margin-bottom: 0;
} }
@ -79,7 +79,7 @@ ul.subitem_hide > li a span {
-webkit-transition: color 0.2s ease; -webkit-transition: color 0.2s ease;
transition: color 0.2s ease; transition: color 0.2s ease;
margin-bottom: 0; margin-bottom: 0;
font-weight: _font(weight-medium); font-weight: _font(weight);
text-transform: capitalize; text-transform: capitalize;
} }
ul.subitem_hide > li { ul.subitem_hide > li {
@ -93,4 +93,4 @@ ul.subitem_hide > li {
.fa-caret-down { .fa-caret-down {
float: right; float: right;
padding-right: 8px; padding-right: 8px;
} }