refact front
This commit is contained in:
8
resources/sass/components/nav.scss
vendored
8
resources/sass/components/nav.scss
vendored
@@ -1,10 +1,10 @@
|
||||
|
||||
nav {
|
||||
@apply w-48 h-screen bg-gray-800 flex flex-col justify-between shadow;
|
||||
@apply w-48 h-screen bg-marine flex flex-col justify-between shadow;
|
||||
transition: width 0.3s;
|
||||
|
||||
svg {
|
||||
@apply fill-current text-gray-300 w-12 p-2;
|
||||
@apply fill-current text-white w-12 p-2;
|
||||
transition: color 0.3s;
|
||||
|
||||
&:hover {
|
||||
@@ -13,7 +13,7 @@ nav {
|
||||
}
|
||||
|
||||
.logo {
|
||||
@apply block;
|
||||
@apply block text-white;
|
||||
|
||||
svg {
|
||||
@apply w-40 m-2;
|
||||
@@ -22,7 +22,7 @@ nav {
|
||||
}
|
||||
|
||||
.nav-item {
|
||||
@apply flex items-center text-gray-100;
|
||||
@apply flex items-center text-white;
|
||||
transition: background-color 0.3s;
|
||||
|
||||
span {
|
||||
|
||||
Reference in New Issue
Block a user