mirror of
https://github.com/GuerillaStudio/now-playing
synced 2025-01-04 17:21:56 +00:00
Remove unused CSS
This commit is contained in:
parent
7e5c84b647
commit
350b1a8279
3 changed files with 4 additions and 25 deletions
|
@ -0,0 +1,3 @@
|
||||||
|
/* ----------------------------------------------------------- */
|
||||||
|
/* == layout */
|
||||||
|
/* ----------------------------------------------------------- */
|
|
@ -54,30 +54,6 @@
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation__item--admin:link,
|
|
||||||
.navigation__item--admin:visited {
|
|
||||||
padding: .3rem 1rem;
|
|
||||||
border: .1rem solid rgba(#fff, .8);
|
|
||||||
border-radius: .3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navigation__item--thin,
|
|
||||||
.navigation__item--thin:link,
|
|
||||||
.navigation__item--thin:visited,
|
|
||||||
.navigation__item--thin:hover,
|
|
||||||
.navigation__item--thin:active {
|
|
||||||
color: rgba($color-light-text, .8);
|
|
||||||
font-weight: normal;
|
|
||||||
font-size: 1em;
|
|
||||||
cursor: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navigation__item--near,
|
|
||||||
.navigation__item--near:link,
|
|
||||||
.navigation__item--near:visited {
|
|
||||||
margin-left: .5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Mobile Menu
|
/* Mobile Menu
|
||||||
-------------------------------------------------------------- */
|
-------------------------------------------------------------- */
|
||||||
|
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
@import "4-base/_02-icons";
|
@import "4-base/_02-icons";
|
||||||
@import "4-base/_03-grids";
|
@import "4-base/_03-grids";
|
||||||
@import "4-base/_04-main";
|
@import "4-base/_04-main";
|
||||||
@import "4-base/_05-layout";
|
// @import "4-base/_05-layout";
|
||||||
@import "4-base/_06-header";
|
@import "4-base/_06-header";
|
||||||
@import "4-base/_07-navigation";
|
@import "4-base/_07-navigation";
|
||||||
@import "4-base/_08-content";
|
@import "4-base/_08-content";
|
||||||
|
|
Loading…
Reference in a new issue