ocw/front/src/style.scss

37 lines
594 B
SCSS
Raw Normal View History

2020-10-08 00:44:02 +02:00
$family-sans-serif: BlinkMacSystemFont, -apple-system, sans-serif;
// TODO: only import necessary styles
@import "../node_modules/bulma/bulma.sass";
.login-box,
.register-box,
2020-10-29 23:37:32 +01:00
.mail-box,
.sms-box,
2020-10-29 23:37:32 +01:00
.sms-phone-field,
.error-box,
.areyousure-box,
2020-10-30 01:16:42 +01:00
.package-list,
.details-box {
display: none;
}
#map {
2020-10-30 01:16:42 +01:00
width: 100%;
2020-10-28 01:14:32 +01:00
height: 400px;
}
.error-box-text {
font-family: monospace;
}
2020-10-31 14:40:10 +01:00
// bulma pls, why do I have to do this?
@media screen and (max-width: $tablet - 1px) {
.modal-card {
margin-left: 0;
margin-right: 0;
}
}
.details-text tr td:first-child() {
font-weight: bold;
}