@appscode/design-system 2.0.22-alpha.2 → 2.0.22-alpha.3
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.
package/package.json
CHANGED
|
@@ -763,66 +763,20 @@ $border_color_4: transparent transparent #585d6e transparent;
|
|
|
763
763
|
|
|
764
764
|
// Status css
|
|
765
765
|
// ac-footer sticky end
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
766
|
+
.information-center {
|
|
767
|
+
min-height: calc(100vh - 0px);
|
|
768
|
+
padding: 20px;
|
|
769
|
+
border-left: 1px solid hsl(208, 77%, 90%);
|
|
770
|
+
width: 330px;
|
|
771
|
+
margin-left: auto;
|
|
772
|
+
position: fixed;
|
|
773
|
+
right: 0;
|
|
774
|
+
background: #fff;
|
|
775
|
+
top: 0;
|
|
776
|
+
z-index: 9999;
|
|
777
|
+
box-shadow: -3px 2px 10px 3px rgba(0, 0, 0, 0.1);
|
|
778
|
+
|
|
779
|
+
.info-title {
|
|
780
|
+
display: flex;
|
|
773
781
|
}
|
|
774
782
|
}
|
|
775
|
-
|
|
776
|
-
/****************************************
|
|
777
|
-
Responsive Classes
|
|
778
|
-
*****************************************/
|
|
779
|
-
|
|
780
|
-
// Extra small devices (portrait phones, less than 576px)
|
|
781
|
-
@media (max-width: 575.98px) {
|
|
782
|
-
// .responsive-only {
|
|
783
|
-
// display: block;
|
|
784
|
-
// }
|
|
785
|
-
|
|
786
|
-
// .ac-system-body {
|
|
787
|
-
// grid-gap: 15px;
|
|
788
|
-
// grid-template-columns: 70px calc(100% - 100px);
|
|
789
|
-
|
|
790
|
-
// .ac-system-content {
|
|
791
|
-
// &.mr-20 {
|
|
792
|
-
// margin-right: 0 !important;
|
|
793
|
-
// }
|
|
794
|
-
// }
|
|
795
|
-
// }
|
|
796
|
-
}
|
|
797
|
-
|
|
798
|
-
// Small devices (landscape phones, 576px and up)
|
|
799
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
// Medium devices (tablets, 768px and up)
|
|
803
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
804
|
-
// .ac-system-body {
|
|
805
|
-
// grid-gap: 15px;
|
|
806
|
-
// grid-template-columns: 240px calc(100% - 255px);
|
|
807
|
-
// }
|
|
808
|
-
}
|
|
809
|
-
|
|
810
|
-
// Large devices (desktops, 992px and up)
|
|
811
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
812
|
-
// .ac-system-body {
|
|
813
|
-
// grid-gap: 0px;
|
|
814
|
-
// grid-template-columns: 240px calc(100% - 260px);
|
|
815
|
-
// }
|
|
816
|
-
}
|
|
817
|
-
|
|
818
|
-
// Extra large devices (large desktops, 1200px and up)
|
|
819
|
-
@media (min-width: 1200px) {
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
// FHD devices
|
|
823
|
-
@media (min-width: 1408px) and (max-width: 1600) {
|
|
824
|
-
// .ac-system-body {
|
|
825
|
-
// grid-gap: 0px;
|
|
826
|
-
// grid-template-columns: 240px calc(100% - 260px);
|
|
827
|
-
// }
|
|
828
|
-
}
|