left-ui 2nd commit
This commit is contained in:
parent
54f7cdd274
commit
947d45666f
2 changed files with 8 additions and 4 deletions
|
@ -180,10 +180,7 @@
|
||||||
.left-sidebar-item {
|
.left-sidebar-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border: 2px solid rgb(24, 26, 27);
|
border-radius: .5em;
|
||||||
border-radius: 15px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
margin-left: 10px;
|
|
||||||
|
|
||||||
.sidebar-icon {
|
.sidebar-icon {
|
||||||
font-size: large;
|
font-size: large;
|
||||||
|
@ -292,6 +289,7 @@
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
background: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog-box {
|
.blog-box {
|
||||||
|
@ -307,6 +305,11 @@
|
||||||
|
|
||||||
@media (min-width: 800px) {
|
@media (min-width: 800px) {
|
||||||
.left-sidebar-item {
|
.left-sidebar-item {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
margin-left: 10px;
|
||||||
|
border: 1px solid lightgray;
|
||||||
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
|
||||||
|
background-color: white;
|
||||||
padding: 0.8em 0.2em 0.8em 1em;
|
padding: 0.8em 0.2em 0.8em 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1894,6 +1894,7 @@ noscript #noscript {
|
||||||
}
|
}
|
||||||
.left-sidebar-item {
|
.left-sidebar-item {
|
||||||
border-color: rgb(60, 65, 68);
|
border-color: rgb(60, 65, 68);
|
||||||
|
background-color: rgb(24, 26, 27);
|
||||||
}
|
}
|
||||||
.left-sidebar-item.active {
|
.left-sidebar-item.active {
|
||||||
color: rgb(114, 255, 114);
|
color: rgb(114, 255, 114);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue