Skip to content

Commit e6ee8b2

Browse files
Merge pull request #35 from zenika-open-source/revert-32-and-34
Revert 32 and 34
2 parents 73384c1 + eeb2f9d commit e6ee8b2

File tree

1 file changed

+6
-35
lines changed

1 file changed

+6
-35
lines changed

css/style.css

Lines changed: 6 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -107,39 +107,10 @@ body {
107107
}
108108
}
109109

110-
#settingsForm input {
111-
font-size: 1em;
112-
padding: 1vh 1vw;
113-
width: 100%;
114-
box-sizing: border-box;
115-
}
116-
117-
#settingsForm select {
118-
font-size: 1em;
119-
padding: 1vh 1vw;
120-
width: 100%;
121-
box-sizing: border-box;
122-
border: 1px solid #ccc;
123-
border-radius: 4px;
124-
background-color: #fff;
125-
color: #333;
126-
}
127-
128-
#settingsForm input[type="checkbox"] {
129-
width: auto;
130-
height: auto;
131-
margin: 3;
132-
transform: scale(3);
133-
accent-color: var(--blue);
134-
}
135-
136110
#settingsModal {
137111
color: white;
138112
min-width: 20%;
139-
font-size: calc(1vw + 1vh + 0.5vmin);
140-
padding: 2vmax;
141-
width: 80vw;
142-
max-width: 30em;
113+
font-size: 2em;
143114
background-color: #333333;
144115
z-index: 50;
145116

@@ -160,7 +131,7 @@ body {
160131
div.buttons {
161132
display: flex;
162133
gap: 0.5rem;
163-
flex-wrap: wrap;
134+
flex-wrap: wrap;
164135
}
165136

166137
button.action {
@@ -177,9 +148,9 @@ body {
177148
}
178149

179150
#github{
180-
position: static;
181-
order: 3;
182-
flex-basis: 100%;
151+
position: static;
152+
order: 3;
153+
flex-basis: 100%;
183154
display: flex;
184155
justify-content: center;
185156
align-items: center;
@@ -249,5 +220,5 @@ body {
249220
font-weight: bold;
250221
text-align: center;
251222
padding: 0.2em;
252-
background: none;
223+
background: none;
253224
}

0 commit comments

Comments
 (0)