UNPKG

384 BSCSSView Raw
1// @format
2
3@import "variables.scss";
4
5.imageContainer {
6 flex: 1;
7 justify-content: center;
8 align-items: center;
9}
10
11.uploadFailedText {
12 color: #fff;
13 font-size: 14;
14 margin-top: 5;
15}
16
17.uploadFailedContainer {
18 position: absolute;
19 flex-direction: column;
20 align-items: center;
21}
22
23.caption-text {
24 font-family: $default-regular-font;
25}
26
27.clearSettingsButton {
28 color: $alert-red;
29}