22 lines
288 B
SCSS
22 lines
288 B
SCSS
|
@import "./effects";
|
||
|
@import "./variables";
|
||
|
|
||
|
|
||
|
form#ticket-form {
|
||
|
padding: 0
|
||
|
}
|
||
|
|
||
|
.scope-days {
|
||
|
border: $border-thin-light;
|
||
|
text-align: right;
|
||
|
|
||
|
& > p {
|
||
|
font-size: 1.2rem;
|
||
|
margin: 3px;
|
||
|
}
|
||
|
|
||
|
.or {
|
||
|
font-weight: bold;
|
||
|
font-size: 26px
|
||
|
}
|
||
|
}
|