forked from aisuda/amis-editor-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.scss
88 lines (73 loc) · 1.57 KB
/
style.scss
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
83
84
85
86
87
88
html {
font-size: 16px;
}
.app-wrapper,
.routes-wrapper {
position: relative;
width: 100%;
height: 100%;
}
.navbtn {
float: right;
margin: 3px;
visibility: visible;
}
.a-Tabs--line > .a-Tabs-links > li > a:first-child {
margin-right: 30px;
}
.editor-header {
position: relative;
text-align: right;
.navbar-brand {
float: left !important;
}
> .editor-preview {
display: inline-block;
line-height: 50px;
margin-right: 15px;
color: #c1c4c9;
}
}
.editor-header-btns {
display: inline-block;
white-space: nowrap;
> .btn-item {
user-select: none;
cursor: pointer;
display: inline-block;
border-left: 1px solid #595c65;
line-height: 50px;
padding: 0 20px;
color: #c1c4c9;
> svg {
display: inline-block;
fill: #c1c4c9;
width: 20px;
position: relative;
top: 4px;
}
&:hover {
color: #fff;
background-color: rgb(46, 50, 67);
> svg {
fill: #fff;
}
}
&.disabled {
color: #8b8e99;
pointer-events: none;
cursor: default;
> svg {
fill: #8b8e99;
}
}
}
}
.ae-Editor.is-fixed .ae-Settings-inner .ae-Editor-config-tab > .tab-content,
.ae-Editor.is-fixed .ae-Settings-inner .ae-Editor-code-tab > .tab-content {
bottom: 50px;
}
.editor-verions {
max-height: 100%;
overflow: auto;
}