summaryrefslogtreecommitdiff
path: root/public/assets
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets')
-rwxr-xr-xpublic/assets/stylesheets/app.css19
1 files changed, 16 insertions, 3 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index d672465..5c76560 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -1351,7 +1351,7 @@ iframe.embed {
/* COLOR PICKER */
.lightcontrol {
- margin-top: 13%;
+ margin-top: 8%;
right: 80px;
padding: 13px 20px 20px 20px;
-webkit-transform: translateX(400px);
@@ -1418,12 +1418,27 @@ input[type="range"]::-webkit-slider-thumb {
.color-swatches {
margin-top: 10px;
}
+.color-swatches.defaults {
+ margin-top: 10px;
+}
.color-swatches span {
display: inline-block;
width: 50%;
float:left;
cursor:pointer;
+ font-size: 14px;
+ font-weight: 300;
+}
+.vvbox .color-swatches ~ h4 {
+ margin-bottom: -3px;
+ border-bottom: 1px solid #ddd;
+ padding-bottom: 6px;
+ padding-top: 11px;
+ display: inline-block;
+ width: 100%;
+ color: #555;
}
+
.color-swatches span:nth-child(1),.color-swatches span:nth-child(2){
margin-bottom:5px;
}
@@ -1439,8 +1454,6 @@ input[type="range"]::-webkit-slider-thumb {
}
.color-swatches label {
- font-size: 14px;
- font-weight: 300;
position: relative;
padding-left: 5px;
display: inline-block;