|
|
@@ -462,7 +462,6 @@ button.list-group-item:hover {
|
|
|
border-color: #ebebeb;
|
|
|
-webkit-border-radius: 2px;
|
|
|
border-radius: 2px;
|
|
|
- color: #8b95a5;
|
|
|
padding: 5px 12px;
|
|
|
line-height: inherit;
|
|
|
-webkit-transition: 0.2s linear;
|
|
|
@@ -2166,6 +2165,9 @@ fieldset[disabled] .btn-dark:hover {
|
|
|
.text-fadest {
|
|
|
color: rgba(77,82,89,0.4) !important
|
|
|
}
|
|
|
+.text-white-50 {
|
|
|
+ color: rgba(255, 255, 255, 0.5) !important
|
|
|
+}
|
|
|
.text-white {
|
|
|
color: #ffffff!important
|
|
|
}
|
|
|
@@ -2519,12 +2521,12 @@ dd, dt {
|
|
|
break-inside: avoid;
|
|
|
padding-bottom: 30px;
|
|
|
}
|
|
|
-.masonry-grid.gap-2 {
|
|
|
+.masonry-grid {
|
|
|
-webkit-column-gap: 16px;
|
|
|
-moz-column-gap: 16px;
|
|
|
column-gap: 16px;
|
|
|
}
|
|
|
-.masonry-grid.gap-2 .masonry-item {
|
|
|
+.masonry-grid .masonry-item {
|
|
|
padding-bottom: 16px;
|
|
|
}
|
|
|
|
|
|
@@ -3413,6 +3415,11 @@ dd, dt {
|
|
|
margin-bottom: 10px;
|
|
|
float: none!important;
|
|
|
}
|
|
|
+ .masonry-grid {
|
|
|
+ -webkit-column-count: 2;
|
|
|
+ -moz-column-count: 2;
|
|
|
+ column-count: 2;
|
|
|
+ }
|
|
|
}
|
|
|
@media screen and (max-width: 430px) {
|
|
|
.dropdown-skin .dropdown-menu {
|
|
|
@@ -3476,6 +3483,11 @@ dd, dt {
|
|
|
-webkit-transition: opacity 0.3s ease-in-out 0.15s;
|
|
|
transition: opacity 0.3s ease-in-out 0.15s;
|
|
|
}
|
|
|
+ .masonry-grid {
|
|
|
+ -webkit-column-count: 4;
|
|
|
+ -moz-column-count: 4;
|
|
|
+ column-count: 4;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/** ----------------------------------
|