web-app-demos/apps/calendar/static/css/common.css
2025-03-17 16:11:01 -06:00

17 lines
No EOL
206 B
CSS

* {
font-family: 'Montserrat', sans-serif;
}
.min-height-0 {
min-height: 0;
}
form .form-control {
position: relative;
}
form .form-control:focus {
z-index: 2;
}
.form-signin {
max-width: 500px;
}