-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheditor.css
66 lines (56 loc) · 1.26 KB
/
editor.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
input.s3devInp{
border-radius: .5rem !important;
border: 1px dashed hsla(0, 0%, 0%, 0.15);
}
.react-tabs_react-tabs_2YbdB {
-webkit-tap-highlight-color: transparent;
}
.react-tabs_react-tabs__tab-list_zI_eR {
border-bottom: 1px solid #aaa;
margin: 0 0 10px;
padding: 0;
}
.react-tabs_react-tabs__tab_1ktU_ {
border: 1px solid transparent;
border-bottom: none;
bottom: -1px;
position: relative;
list-style: none;
padding: 6px 12px;
cursor: pointer;}
.react-tabs_react-tabs__tab--selected_2o0LJ {
background: #fff;
border-color: #aaa;
color: black;
}
.react-tabs_react-tabs__tab--disabled_3IyG1 {
color: GrayText;
cursor: default;
}
.react-tabs_react-tabs__tab_1ktU_:focus {
-webkit-box-shadow: 0 0 5px hsl(208, 99%, 50%);
box-shadow: 0 0 5px hsl(208, 99%, 50%);
border-color: hsl(208, 99%, 50%);
outline: none;
}
.react-tabs_react-tabs__tab_1ktU_:focus:after {
content: \"\";
position: absolute;
height: 5px;
left: -4px;
right: -4px;
bottom: -5px;
background: #fff;
}
.react-tabs_react-tabs__tab-panel_3H28G {
display: none;
}
.react-tabs_react-tabs__tab-panel--selected_1CeOi {
display: block;
}
.s3devDDOut{
border-radius: .6rem !important
}
.var, .VAR {
border-radius: .5rem
}