aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesButtons.scss
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-28 11:34:13 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-28 11:34:13 -0500
commitbe70f604c9a0a9e623e34826de19455ab8855f5b (patch)
tree8f6a471afb06681a5493277e931b6d8a4f01caf7 /src/client/views/PropertiesButtons.scss
parentd4f416ef5715c8f03132244831094f8485c5e6bf (diff)
button redo
Diffstat (limited to 'src/client/views/PropertiesButtons.scss')
-rw-r--r--src/client/views/PropertiesButtons.scss15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/client/views/PropertiesButtons.scss b/src/client/views/PropertiesButtons.scss
index 037b6b155..11265b413 100644
--- a/src/client/views/PropertiesButtons.scss
+++ b/src/client/views/PropertiesButtons.scss
@@ -20,13 +20,13 @@ $linkGap : 3px;
.propertiesButtons-linkButton-empty,
.propertiesButtons-linkButton-nonempty {
- height: 20px;
- width: 20px;
+ height: 25px;
+ width: 25px;
border-radius: 5px;
opacity: 0.9;
pointer-events: auto;
- background-color: $dark-color;
- color: $light-color;
+ background-color: #121721;
+ color: #fcfbf7;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 75%;
@@ -35,6 +35,7 @@ $linkGap : 3px;
display: flex;
justify-content: center;
align-items: center;
+ margin-right: 5px;
&:hover {
background: $main-accent;
@@ -67,17 +68,19 @@ $linkGap : 3px;
padding-right: 5px;
width: 25px;
border-radius: 5px;
+ margin-right: 8px;
}
.propertiesButtons-linker {
- height: 20px;
- width: 20px;
+ height: 25px;
+ width: 25px;
text-align: center;
border-radius: 5px;
pointer-events: auto;
color: $dark-color;
border: $dark-color 1px solid;
transition: 0.2s ease all;
+ margin-right: 5px;
}
.propertiesButtons-linker:hover {