mirror of
https://github.com/aaronleetw/Attendance.git
synced 2024-11-15 03:21:38 -08:00
22 lines
No EOL
263 B
CSS
Vendored
22 lines
No EOL
263 B
CSS
Vendored
div.container {
|
|
max-width: 90%;
|
|
}
|
|
|
|
.btn.afterSelButton {
|
|
padding: .200rem .50rem;
|
|
}
|
|
|
|
|
|
body {
|
|
text-align: center;
|
|
}
|
|
|
|
.viewSignatures .col .row .col {
|
|
border: 1px solid;
|
|
margin-bottom: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.row {
|
|
--bs-gutter-x: 0;
|
|
} |