aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesButtons.scss
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2020-08-04 18:07:07 +0800
committerGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2020-08-04 18:07:07 +0800
commitab7eae26debd40a3d93d3b129947da32d099acb1 (patch)
treee101765f8c51f2796102e0ef23cb66211a6e45c2 /src/client/views/PropertiesButtons.scss
parent6ea1420c502f76a1c3219e0c34633575fb00ec98 (diff)
parent78c99446f284f7ac8e5443f77227ae5edbfd2aaf (diff)
Merge branch 'master' into presentation_updates
Diffstat (limited to 'src/client/views/PropertiesButtons.scss')
-rw-r--r--src/client/views/PropertiesButtons.scss20
1 files changed, 15 insertions, 5 deletions
diff --git a/src/client/views/PropertiesButtons.scss b/src/client/views/PropertiesButtons.scss
index e099122c4..1cba252de 100644
--- a/src/client/views/PropertiesButtons.scss
+++ b/src/client/views/PropertiesButtons.scss
@@ -45,13 +45,13 @@ $linkGap : 3px;
}
.propertiesButtons {
- margin-top: $linkGap;
+ margin-top: 3px;
grid-column: 1/4;
- width: max-content;
+ width: 100%;
height: auto;
display: flex;
flex-direction: row;
- overflow-x: visible;
+ flex-wrap: wrap;
}
.onClickFlyout-editScript {
@@ -69,6 +69,7 @@ $linkGap : 3px;
width: 25px;
border-radius: 5px;
margin-right: 18px;
+ margin-bottom: 8px;
}
.propertiesButtons-linker {
@@ -77,10 +78,19 @@ $linkGap : 3px;
text-align: center;
border-radius: 5px;
pointer-events: auto;
- color: $dark-color;
- border: $dark-color 1px solid;
+ // color: $dark-color;
+ // border: $dark-color 1px solid;
+ background-color: #252b33;
+ color: #fcfbf7;
transition: 0.2s ease all;
margin-right: 5px;
+ padding-top: 5px;
+
+ &:hover {
+ background: $main-accent;
+ transform: scale(1.05);
+ cursor: pointer;
+ }
}
.propertiesButtons-linker:hover {