Refactor
This commit is contained in:
parent
9713acae03
commit
defbd8de31
1 changed files with 9 additions and 9 deletions
|
@ -2,6 +2,15 @@
|
||||||
--lineHeight: 1.4285;
|
--lineHeight: 1.4285;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Logo
|
||||||
|
*/
|
||||||
|
.ui.menu .item.home > img:not(.ui) {
|
||||||
|
width: auto;
|
||||||
|
height: 1em;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Footer
|
* Footer
|
||||||
*/
|
*/
|
||||||
|
@ -125,12 +134,3 @@ p .ui.horizontal.label {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Logo
|
|
||||||
*/
|
|
||||||
.ui.menu .item.home > img:not(.ui) {
|
|
||||||
width: auto;
|
|
||||||
height: 1em;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue