design polish
Browse files- static/style.css +33 -2
static/style.css
CHANGED
@@ -39,7 +39,7 @@ h4 {
|
|
39 |
|
40 |
p {
|
41 |
font-weight: 400;
|
42 |
-
font-size:
|
43 |
line-height: 24px;
|
44 |
color: #56687a;
|
45 |
}
|
@@ -49,6 +49,14 @@ textarea {
|
|
49 |
resize: none;
|
50 |
}
|
51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
.form-control:focus {
|
53 |
box-shadow: none;
|
54 |
}
|
@@ -77,9 +85,22 @@ textarea {
|
|
77 |
color: var(--primary-color);
|
78 |
}
|
79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
.right-column {
|
81 |
flex: 0 0 465px;
|
82 |
-
margin:
|
|
|
|
|
|
|
|
|
83 |
}
|
84 |
|
85 |
.image-container {
|
@@ -205,6 +226,10 @@ img.thumbnail {
|
|
205 |
margin-bottom: 0;
|
206 |
}
|
207 |
|
|
|
|
|
|
|
|
|
208 |
.alert-secondary {
|
209 |
border-color: #dde9ff;
|
210 |
background-color: #f4f8ff;
|
@@ -337,6 +362,12 @@ img.thumbnail {
|
|
337 |
background-image: url("images/x.svg");
|
338 |
}
|
339 |
|
|
|
|
|
|
|
|
|
|
|
|
|
340 |
.btn-primary {
|
341 |
width: 100%;
|
342 |
background: rgba(206, 206, 206, 1);
|
|
|
39 |
|
40 |
p {
|
41 |
font-weight: 400;
|
42 |
+
font-size: 14px;
|
43 |
line-height: 24px;
|
44 |
color: #56687a;
|
45 |
}
|
|
|
49 |
resize: none;
|
50 |
}
|
51 |
|
52 |
+
select {
|
53 |
+
height: 40px;
|
54 |
+
}
|
55 |
+
|
56 |
+
.form-control {
|
57 |
+
border-radius: 0;
|
58 |
+
}
|
59 |
+
|
60 |
.form-control:focus {
|
61 |
box-shadow: none;
|
62 |
}
|
|
|
85 |
color: var(--primary-color);
|
86 |
}
|
87 |
|
88 |
+
.tabs div img {
|
89 |
+
margin-right: 4px;
|
90 |
+
}
|
91 |
+
|
92 |
+
.tabs div.active img {
|
93 |
+
filter: invert(30%) sepia(64%) saturate(2802%) hue-rotate(211deg)
|
94 |
+
brightness(100%) contrast(103%);
|
95 |
+
}
|
96 |
+
|
97 |
.right-column {
|
98 |
flex: 0 0 465px;
|
99 |
+
margin: 1rem;
|
100 |
+
}
|
101 |
+
|
102 |
+
#head .right-column {
|
103 |
+
margin-top: 0;
|
104 |
}
|
105 |
|
106 |
.image-container {
|
|
|
226 |
margin-bottom: 0;
|
227 |
}
|
228 |
|
229 |
+
.alert-primary img {
|
230 |
+
margin-right: 4px;
|
231 |
+
}
|
232 |
+
|
233 |
.alert-secondary {
|
234 |
border-color: #dde9ff;
|
235 |
background-color: #f4f8ff;
|
|
|
362 |
background-image: url("images/x.svg");
|
363 |
}
|
364 |
|
365 |
+
.btn {
|
366 |
+
font-size: 14px;
|
367 |
+
font-weight: 500;
|
368 |
+
height: 40px;
|
369 |
+
}
|
370 |
+
|
371 |
.btn-primary {
|
372 |
width: 100%;
|
373 |
background: rgba(206, 206, 206, 1);
|