@appscode/design-system 1.0.43-alpha.95 → 1.0.43-alpha.96
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.
|
@@ -948,13 +948,12 @@ $border_color_4: transparent transparent #585d6e transparent;
|
|
|
948
948
|
|
|
949
949
|
// terminal scss start
|
|
950
950
|
.ac-terminal {
|
|
951
|
-
padding: 3px;
|
|
952
951
|
position: fixed;
|
|
953
952
|
bottom: 0px;
|
|
954
953
|
height: 300px;
|
|
955
954
|
width: 100%;
|
|
956
955
|
background-color: $ac-white;
|
|
957
|
-
border: 1px solid var(--ac-white-light);
|
|
956
|
+
border-top: 1px solid var(--ac-white-light);
|
|
958
957
|
|
|
959
958
|
color: $ac-white;
|
|
960
959
|
z-index: 999;
|