appscms-tools-theme 3.4.8 → 3.4.9
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.
- checksums.yaml +4 -4
- data/assets/css/tools.css +0 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 795b47b69b05679de94fe2a9eeca2084a8c0c7eeaf7f9454c1165361d1ec88fc
|
|
4
|
+
data.tar.gz: e1aed798d1cfe1fbf944be344595e3c7e8725640ba01dee5863c122bfb1f3b4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c11874b72ac700c1234521fe2662e0feb371b2962d732fd2ac89c86c5a360a2fbb21c643e461dd276c6728dc42582f033add10cec40ab52d98101e440e3bc076
|
|
7
|
+
data.tar.gz: de32907cabe14bb1b193ee07b8208bb8f47771d23eac01afbea4146da5cc9806e152ec74b6fe5ac9e43277ec2b96c44b9973ffa279d16aa38e7000b677ca7802
|
data/assets/css/tools.css
CHANGED
|
@@ -1684,20 +1684,16 @@ ol li::marker {
|
|
|
1684
1684
|
@media screen and (min-width: 1450px){
|
|
1685
1685
|
.appscms-sidebar-left{
|
|
1686
1686
|
left: 200px !important;
|
|
1687
|
-
background-color: red;
|
|
1688
1687
|
}
|
|
1689
1688
|
.appscms-sidebar-right{
|
|
1690
1689
|
right: 200px !important;
|
|
1691
|
-
background-color: red;
|
|
1692
1690
|
}
|
|
1693
1691
|
}
|
|
1694
1692
|
@media screen and (min-width: 1920px){
|
|
1695
1693
|
.appscms-sidebar-left{
|
|
1696
1694
|
left: 300px !important;
|
|
1697
|
-
background-color: red;
|
|
1698
1695
|
}
|
|
1699
1696
|
.appscms-sidebar-right{
|
|
1700
1697
|
right: 300px !important;
|
|
1701
|
-
background-color: red;
|
|
1702
1698
|
}
|
|
1703
1699
|
}
|