55 lines
1.5 KiB
Sass
55 lines
1.5 KiB
Sass
.main-home
|
|
// margin: 0 !important
|
|
// width: 100% !important
|
|
max-width: 85% !important
|
|
.meetings-panel
|
|
margin: auto
|
|
margin-top: 15vh
|
|
border-style: solid
|
|
border-color: $main-home-background-color
|
|
border-width: 2px
|
|
border-radius: 40px
|
|
width: 65%
|
|
height: 65vh
|
|
overflow: hidden
|
|
.row
|
|
width: 100%
|
|
.panel-label
|
|
text-align: center
|
|
background-color: grey
|
|
padding-top: 2%
|
|
padding-bottom: 2%
|
|
// .current-time
|
|
// text-align: center
|
|
// background-color: grey
|
|
// padding-top: 1%
|
|
// padding-bottom: 1%
|
|
// .current-date
|
|
// text-align: center
|
|
// background-color: grey
|
|
// padding-bottom: 1%
|
|
.meeting
|
|
background-color: $main-home-background-color
|
|
text-align: center
|
|
margin-top: 15px
|
|
line-height: 2
|
|
.short-cuts
|
|
.row-1
|
|
margin-top: 30vh
|
|
.row-2
|
|
margin-top: 5vh
|
|
.mylabel
|
|
display: inline-block
|
|
margin: 0
|
|
width: 100px
|
|
text-align: center
|
|
.tile
|
|
margin-right: 100%
|
|
background-color: $main-home-background-color
|
|
width: 100px
|
|
height: 100px
|
|
border-radius: 16px
|
|
.icon
|
|
color: black
|
|
width: 70%
|
|
height: 70% |