changes
This commit is contained in:
@@ -65,6 +65,14 @@
|
||||
left: 15px;
|
||||
}
|
||||
|
||||
aside h1 {
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
font-size: 1.4em;
|
||||
color: #dddddd;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
aside ul label,
|
||||
aside ul a {
|
||||
padding-left: 15px;
|
||||
@@ -150,11 +158,11 @@
|
||||
position: relative;
|
||||
display: block;
|
||||
color: #dddddd;
|
||||
font-size: 1.2em;
|
||||
font-size: 1.0em;
|
||||
}
|
||||
|
||||
aside i {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.0em;
|
||||
}
|
||||
|
||||
aside a::before {
|
||||
@@ -170,7 +178,7 @@
|
||||
aside .cd-accordion-menu label::before
|
||||
{
|
||||
/* icons */
|
||||
font: normal normal normal 1.2em/1 FontAwesome;
|
||||
font: normal normal normal 1.0em/1 FontAwesome;
|
||||
font-size: inherit;
|
||||
text-rendering: auto;
|
||||
content: '\f0da';
|
||||
@@ -224,19 +232,22 @@
|
||||
}
|
||||
|
||||
nav li {
|
||||
padding: 0.2em 0.0em 0.2em 0.0em;
|
||||
margin: 0.2em;
|
||||
}
|
||||
|
||||
nav a {
|
||||
color: white;
|
||||
transition: all .2s ease-in-out;
|
||||
}
|
||||
|
||||
nav a i {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.main-head {
|
||||
grid-area: header;
|
||||
background: #ededed;
|
||||
}
|
||||
.main-user {
|
||||
grid-area: user;
|
||||
@@ -305,7 +316,7 @@
|
||||
|
||||
nav ul {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
header ul {
|
||||
@@ -327,13 +338,12 @@
|
||||
"nav nav nav"
|
||||
"sidebar content content"
|
||||
"sidebar content content"
|
||||
"sidebar footer footer"
|
||||
"ad footer footer"
|
||||
}
|
||||
|
||||
nav ul {
|
||||
flex-direction: row;
|
||||
/* display: flex;
|
||||
justify-content: space-between; */
|
||||
}
|
||||
|
||||
header ul {
|
||||
|
||||
Reference in New Issue
Block a user