aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PresBox.scss
diff options
context:
space:
mode:
authorgeireann <60007097+geireann@users.noreply.github.com>2020-07-17 14:38:02 +0800
committergeireann <60007097+geireann@users.noreply.github.com>2020-07-17 14:38:02 +0800
commitae47181bab9bdaa104dc417c4493bc1a0e52eea1 (patch)
treef569948967647499b71cc3198dd123d4086a9e18 /src/client/views/nodes/PresBox.scss
parent11ca5a85ff8ecf7c1709331c12d75213fdfa1589 (diff)
pres changes
Diffstat (limited to 'src/client/views/nodes/PresBox.scss')
-rw-r--r--src/client/views/nodes/PresBox.scss28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/client/views/nodes/PresBox.scss b/src/client/views/nodes/PresBox.scss
index 4d1518b61..bf31f71d2 100644
--- a/src/client/views/nodes/PresBox.scss
+++ b/src/client/views/nodes/PresBox.scss
@@ -141,6 +141,15 @@
outline: none;
}
+ .effectDirection {
+ justify-self: center;
+ align-self: center;
+ align-items: center;
+ justify-content: center;
+ grid-template-columns: 13px 13px 13px;
+ display: grid;
+ }
+
.toolbar-slider::-webkit-slider-thumb {
-webkit-appearance: none;
background-color: #40B3D8;
@@ -233,6 +242,25 @@
border-radius: 10px;
background-color: #979797;
}
+
+ .ribbon-final-button-hidden {
+ position: relative;
+ font-size: 10;
+ font-weight: normal;
+ letter-spacing: normal;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ margin-bottom: 5px;
+ height: 25px;
+ color: lightgrey;
+ width: 100%;
+ max-width: 120;
+ padding-left: 10;
+ padding-right: 10;
+ border-radius: 10px;
+ background-color: black;
+ }
}
.selectedList {