-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
69 lines (58 loc) · 1.06 KB
/
styles.css
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.demo-ribbon {
width: 100%;
height: 40vh;
background-color: #3F51B5;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.demo-main {
margin-top: -35vh;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.demo-content {
border-radius: 2px;
padding: 80px 56px;
margin-bottom: 80px;
}
.mdl-textfield {
width: 92%;
}
.mdl-textfield__input {
font-size: 30px;
}
.mdl-textfield__label {
font-size: 30px;
line-height: 45px;
}
.stopwatches input {
width: 100%;
display: none;
}
.stopwatches input + label:before {
content: '⬜️';
margin-right: 10px;
}
.stopwatches input:checked + label:before {
content: '🌮';
}
.time.mdl-button {
font-size: 30px;
margin-left: 45px;
}
.stopwatch-name {
text-align: center;
overflow-wrap: break-word;
border: none;
resize: none;
outline: none;
overflow: visible;
font-family: "Helvetica","Arial",sans-serif;
font-size: 25px;
}
.stopwatch-option {
margin-left: 20px;
margin-right: 0px;
}