@appscode/design-system 1.0.43-alpha.97 → 1.0.43-alpha.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -946,29 +946,7 @@ $border_color_4: transparent transparent #585d6e transparent;
|
|
|
946
946
|
// Status css
|
|
947
947
|
// ac-footer sticky end
|
|
948
948
|
|
|
949
|
-
// terminal scss start
|
|
950
|
-
.ac-terminal {
|
|
951
|
-
position: fixed;
|
|
952
|
-
bottom: 0px;
|
|
953
|
-
height: 300px;
|
|
954
|
-
border-top: 1px solid var(--ac-white-light);
|
|
955
|
-
width: 100%;
|
|
956
|
-
background-color: $ac-white;
|
|
957
|
-
|
|
958
|
-
color: $ac-white;
|
|
959
|
-
z-index: 999;
|
|
960
|
-
|
|
961
|
-
.terminal-body {
|
|
962
|
-
font-family: "Inconsolata", monospace;
|
|
963
|
-
background-color: var(--dark-bg-light);
|
|
964
|
-
height: 100%;
|
|
965
|
-
color: $ac-white;
|
|
966
949
|
|
|
967
|
-
strong {
|
|
968
|
-
color: $ac-white;
|
|
969
|
-
}
|
|
970
|
-
}
|
|
971
|
-
}
|
|
972
950
|
|
|
973
951
|
// terminal scss end
|
|
974
952
|
.is-dark-theme {
|
|
@@ -1,4 +1,23 @@
|
|
|
1
|
+
// terminal scss start
|
|
1
2
|
.ac-terminal {
|
|
3
|
+
bottom: 0px;
|
|
4
|
+
height: 300px;
|
|
5
|
+
width: 100%;
|
|
6
|
+
|
|
7
|
+
.terminal-body {
|
|
8
|
+
font-family: "Inconsolata", monospace;
|
|
9
|
+
background-color: var(--dark-bg-light);
|
|
10
|
+
height: 100%;
|
|
11
|
+
color: $ac-white;
|
|
12
|
+
|
|
13
|
+
strong {
|
|
14
|
+
color: $ac-white;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.ac-terminal {
|
|
20
|
+
border-top: 1px solid var(--ac-white-light);
|
|
2
21
|
padding: 0;
|
|
3
22
|
position: fixed;
|
|
4
23
|
width: calc(100% - 270px);
|
|
@@ -175,10 +194,10 @@
|
|
|
175
194
|
color: #ffffff !important;
|
|
176
195
|
text-transform: uppercase;
|
|
177
196
|
&.is-success {
|
|
178
|
-
background-color: #27b064;
|
|
197
|
+
background-color: #27b064 !important;
|
|
179
198
|
}
|
|
180
|
-
&.is-
|
|
181
|
-
background: $ac-red;
|
|
199
|
+
&.is-danger {
|
|
200
|
+
background-color: $ac-red !important;
|
|
182
201
|
}
|
|
183
202
|
}
|
|
184
203
|
}
|