much
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
.app-dashboard
|
||||
display: flex
|
||||
height: 648px
|
||||
padding: 7rem 1rem 4rem 1rem
|
||||
|
||||
.dashboard-sidebar
|
||||
display: flex
|
||||
flex-direction: column
|
||||
align-items: center
|
||||
width: 20%
|
||||
height: 100%
|
||||
border-right: 1px solid #9AAAC6
|
||||
|
||||
> a
|
||||
display: inline-flex
|
||||
height: 2.5rem
|
||||
line-height: 2.5rem
|
||||
color: #8E8E8E
|
||||
border-bottom: 1px solid #9AAAC6
|
||||
cursor: pointer
|
||||
|
||||
.dashboard-content
|
||||
width: 80%
|
||||
height: 100%
|
||||
// background-color: #555
|
||||
Reference in New Issue
Block a user