blob: 1a4883e661e1fec4f06bf3362cee40104fcb2352 [file] [log] [blame]
Adrià Vilanova Martínezac4a6442022-05-15 19:05:13 +02001.materialIcons {
2 font-family: 'Material Icons';
3 font-weight: normal;
4 font-style: normal;
5 font-size: 20px;
6 line-height: 1;
7 letter-spacing: normal;
8 text-transform: none;
9 display: inline-block;
10 white-space: nowrap;
11 word-wrap: normal;
12 direction: ltr;
13 -webkit-font-feature-settings: 'liga';
14 -webkit-font-smoothing: 'antialiased';
15
16}
17
18.button {
19 margin-right: 8px;
20 padding: 0.1em 4px;
21 display: inline-flex;
22 width: auto;
23 cursor: pointer;
24 border: var(--chops-normal-border);
25 margin-left: 0;
26}
27
28.controls:focus-within > label{
29 border: 2px solid #1976d2;
30}
31
32.controls {
33 display: flex;
34 flex-direction: row;
35 align-items: center;
36 justify-content: flex-start;
37 width: 100%;
38 font-size: 12px;
39}
40
41.inputUpload {
42 opacity: 0;
43 width: 0;
44 height: 0;
45 position: absolute;
46 top: -9999;
47 left: -9999;
48}
49
50.error {
51 color: red;
52}