16bb0447bd53b4b2183af2e8f1c868e7bae9fbf4
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

1) 
2) @import url("https://mosterei-wurst.de/wp-content/fonts/fonts.css");
3) 
4) body {
5)   font-family: linux_biolinum_o;
6)   background-color: #ffa;
7) }
8) h1, h2, h3 {
9)   font-family: "jr_hand";
10) }
11) h1 {
12)     font-size: 500%;
13) }
14) h1.termsheader {
15)     font-size: 200%;
16) }
17) 
18) .modal-body.terms {
19)     text-align: left;
20)     max-height: 500px;
21)     overflow-y: auto;
22) }
23) 
24) input.btn[type=submit] {
25)     white-space: normal !important;
26)     min-height: 5em;
27) }
28) 
29) input[type=submit] {
30)     width: 100%;
31) }
32) 
Bernd Wurst Migration to bootstrap-4.0.0

Bernd Wurst authored 6 years ago

33) .btn-default {
34) 
35) }
36)