-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsample-styles.css
82 lines (73 loc) · 1.96 KB
/
sample-styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
textarea ~ .error-checkmark {
margin-top: 5px !important;
transform: translate(0rem, -2.7rem); }
textarea ~ .error-label {
margin-top: -11px !important;
margin-left: 0px !important;
padding: 11px !important;
line-height: 23.8px !important;
top: calc(100% + 17px) !important; }
textarea ~ .error-pointy-corner {
margin-top: 32px !important;
width: 0;
height: 0;
border-bottom: 0 !important;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #c30000; }
.dropdown .error-checkmark {
margin-top: 5px !important;
transform: translate(-1.3rem, -2.7rem); }
.dropdown .error-label {
margin-top: -11px !important;
margin-left: -10px !important;
padding: 11px !important;
line-height: 23.8px !important;
top: -100% !important; }
.dropdown .error-pointy-corner {
margin-top: 32px !important;
width: 0;
height: 0;
border-bottom: 0 !important;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #c30000; }
.error-label {
margin-left: 3px;
float: left !important;
background-color: #c30000;
color: white !important;
padding: 10px;
margin-top: 7px !important;
margin-left: 7px !important;
position: absolute;
z-index: 100;
border-radius: 7px; }
.error-checkmark {
margin-left: 2px;
border-radius: 50px;
width: 22px !important;
height: 20px !important;
font-style: normal;
padding-top: 2px;
color: white !important;
background-color: #c30000;
left: inherit !important;
transform: translateY(-2.3rem);
cursor: pointer !important;
pointer-events: auto !important;
opacity: 1 !important;
position: absolute !important;
top: 45px !important;
text-align: center; }
.error-pointy-corner {
margin-top: -16px !important;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #c30000;
position: absolute;
float: left; }
.field {
display: inline-block;
}