You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
481 B
SCSS
30 lines
481 B
SCSS
.attendance-grid {
|
|
padding-right: 20px;
|
|
padding-left: 20px;
|
|
}
|
|
.nfc-clock {
|
|
text-align: center;
|
|
margin-top: 50px;
|
|
}
|
|
.buttonStyle{
|
|
border: 1px solid black;
|
|
border-radius: 16px;
|
|
height: 120px;
|
|
text-align: -webkit-center;
|
|
padding: 10px;
|
|
}
|
|
.margin-col {
|
|
margin-right: 15px !important;
|
|
}
|
|
.margin-col-right {
|
|
margin-right: 25px !important ;
|
|
}
|
|
|
|
.textAndIcon{
|
|
width: 80px;
|
|
}
|
|
.disable-attendance {
|
|
opacity: .2;
|
|
pointer-events: none;
|
|
}
|