26 lines
608 B
Sass
26 lines
608 B
Sass
.app-dashboard
|
|
display: flex
|
|
height: 648px
|
|
padding: 7rem 1.5rem 4rem 1.5rem
|
|
|
|
.dashboard-sidebar
|
|
display: flex
|
|
flex-direction: column
|
|
align-items: center
|
|
width: 18%
|
|
height: 100%
|
|
border-right: 1px solid #9AAAC6
|
|
|
|
> a
|
|
display: inline-flex
|
|
height: 2.5rem
|
|
line-height: 2.5rem
|
|
font-size: 0.9375rem
|
|
color: #8E8E8E
|
|
border-bottom: 1px solid #9AAAC6
|
|
cursor: pointer
|
|
|
|
.dashboard-content
|
|
width: 82%
|
|
height: 100%
|
|
// background-color: #555 |