This repository has been archived on 2022-05-20. You can view files and clone it, but cannot push or open issues or pull requests.
Alley-HSBC-Frontend/src/style/modules/_mainHome.sass
2022-03-23 06:03:50 +00:00

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%