left-ui task
This commit is contained in:
parent
8f42885482
commit
918c7e9688
2 changed files with 12 additions and 9 deletions
|
@ -36,7 +36,6 @@
|
|||
color: green;
|
||||
font-weight: bold;
|
||||
background-color: lightgreen;
|
||||
|
||||
.sidebar-icon {
|
||||
color: green;
|
||||
}
|
||||
|
@ -181,7 +180,10 @@
|
|||
.left-sidebar-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
border: 2px solid rgb(24, 26, 27);
|
||||
border-radius: 15px;
|
||||
margin-bottom: 10px;
|
||||
margin-left: 10px;
|
||||
.sidebar-icon {
|
||||
font-size: large;
|
||||
display: inline-block;
|
||||
|
@ -278,7 +280,6 @@
|
|||
padding: 0.8em 0.2em 0.8em 0.2em;
|
||||
display: inline-block;
|
||||
flex: 1;
|
||||
border-radius: 8px;
|
||||
|
||||
.sidebar-icon {
|
||||
display: none;
|
||||
|
@ -345,9 +346,7 @@
|
|||
height: 100%;
|
||||
margin-top: -4em;
|
||||
padding-top: 4em;
|
||||
border-right: 1px solid lightgray;
|
||||
box-shadow: 0px -10px 2px 0px rgb(0 0 0 / 50%);
|
||||
background: white;
|
||||
border-right: 1px;
|
||||
}
|
||||
|
||||
.feed-table {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue