|
1 | | -@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); |
| 1 | +@import url('https://fonts.googleapis.com/css2?family=Outfit:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); |
2 | 2 |
|
3 | 3 | .save-series-button { |
4 | 4 | padding: 3px; |
|
13 | 13 | border-radius: 5px; |
14 | 14 | cursor: pointer; |
15 | 15 | line-height: 1.5em; |
16 | | - font: 400 16px 'Roboto', sans-serif; |
| 16 | + font: 400 16px 'Outfit', sans-serif; |
17 | 17 | // font-size: $button-text-size; |
18 | 18 | width: 120px; |
19 | 19 | background: $red-color-gradient; |
|
38 | 38 | border-radius: 3px; |
39 | 39 | cursor: pointer; |
40 | 40 | line-height: 1.5em; |
41 | | - font: 300 16px 'Roboto', sans-serif; |
| 41 | + font: 300 16px 'Outfit', sans-serif; |
42 | 42 | font-size: $button-text-size; |
43 | 43 | width: 120px; |
44 | | - background: $red-color-gradient; |
| 44 | + // background: $red-color-gradient; |
45 | 45 | height: 30px; |
46 | 46 |
|
47 | 47 | &.animate { |
48 | | - background: rgb(41, 164, 41); |
| 48 | + background-color: rgb(41, 164, 41); |
49 | 49 | } |
50 | 50 | } |
51 | 51 |
|
|
61 | 61 | border-radius: 3px; |
62 | 62 | cursor: pointer; |
63 | 63 | line-height: 1.5em; |
64 | | - font: 500 16px 'Roboto', sans-serif; |
| 64 | + font: 500 16px 'Outfit', sans-serif; |
65 | 65 | // font-size: $button-text-size; increase the font size and contrast for readability |
66 | 66 | width: 120px; |
67 | 67 | background: #62d6fb; |
|
95 | 95 | border: none; |
96 | 96 | /* border-radius: 3px; */ |
97 | 97 | background: linear-gradient(145deg, #5c6068, #4d5157); |
98 | | - font: normal 16px "Roboto", sans-serif; |
99 | | - color: #FFFFFF; |
| 98 | + font: normal 16px 'Outfit', sans-serif; |
| 99 | + color: #ffffff; |
100 | 100 | display: flex; |
101 | 101 | justify-content: center; |
102 | 102 | align-items: center; |
|
111 | 111 | border: transparent; |
112 | 112 | border-radius: 3px; |
113 | 113 | background-color: #232529; |
114 | | - font: normal 16px "Roboto", sans-serif; |
115 | | - color: #FFFFFF; |
| 114 | + font: normal 16px 'Outfit', sans-serif; |
| 115 | + color: #ffffff; |
116 | 116 | transform: rotateX(90deg); |
117 | 117 | transition: opacity 300ms, transform 0.15s linear; |
118 | 118 | opacity: 0; |
|
137 | 137 | width: 100px; |
138 | 138 | border: transparent; |
139 | 139 | border-radius: 3px; |
140 | | - font: normal 16px 'Roboto', sans-serif; |
| 140 | + font: normal 16px 'Outfit', sans-serif; |
141 | 141 | } |
142 | 142 |
|
143 | 143 | .empty-button:hover { |
|
236 | 236 | align-items: center; |
237 | 237 | cursor: pointer; |
238 | 238 | line-height: 1.5em; |
239 | | - font: 300 16px 'Roboto', sans-serif; |
| 239 | + font: 300 16px 'Outfit', sans-serif; |
240 | 240 | font-size: $button-text-size; |
241 | 241 |
|
242 | 242 | background: $brand-color; |
|
251 | 251 | .dropdown-dark { |
252 | 252 | background: #444; |
253 | 253 | border-color: #111111 #0a0a0a black; |
254 | | - background-image: -webkit-linear-gradient( |
255 | | - top, |
256 | | - transparent, |
257 | | - rgba(0, 0, 0, 0.4) |
258 | | - ); |
| 254 | + background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4)); |
259 | 255 | background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4)); |
260 | 256 | background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4)); |
261 | 257 | background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4)); |
262 | | - -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), |
263 | | - 0 1px 1px rgba(0, 0, 0, 0.2); |
| 258 | + -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2); |
264 | 259 | box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2); |
265 | 260 | } |
266 | 261 |
|
|
0 commit comments