forked from kappeand/Modultafel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodultafel.scss
45 lines (36 loc) · 915 Bytes
/
modultafel.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
$primary: #0164A7;
$font-family-sans-serif: HelveticaRoundedBold, Arial, "Helvetica Neue", Helvetica, sans-serif !default;
$font-family-serif: HelveticaRoundedBold, Arial, "Helvetica Neue", Helvetica, serif !default;
$font-family-monospace: $font-family-sans-serif !default;
$font-family-base: $font-family-sans-serif !default;
body {
margin: 1em !important;
}
.navbar {
flex-wrap: nowrap !important;
}
.navbar-brand {
margin: 0 1em;
}
.row {
flex-wrap: nowrap !important;
}
.card-title, .card-text {
margin-bottom: 0 !important;
hyphens: auto;
}
.card-body {
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
.card {
min-height: 8em !important;
border-radius: 0.15rem !important;
border-width: 0px !important;
width: 15rem !important;
}
#ects {
border-radius: 0 0 0.15rem 0.15rem;
}
@import "node_modules/bootstrap/scss/bootstrap";