aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesButtons.scss
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-08-03 18:10:55 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-08-03 18:10:55 -0500
commit8019926f41d0be85a21dfa9ad0d1a0d9e7160935 (patch)
treea6be2df7c5d1ceb40d0917efd1c4d5f4b371970c /src/client/views/PropertiesButtons.scss
parentfb8150f01232a3f8e9333f9ed7012b6982b00c24 (diff)
menu buttons and other UI changes
Diffstat (limited to 'src/client/views/PropertiesButtons.scss')
-rw-r--r--src/client/views/PropertiesButtons.scss30
1 files changed, 21 insertions, 9 deletions
diff --git a/src/client/views/PropertiesButtons.scss b/src/client/views/PropertiesButtons.scss
index 1cba252de..5edaa2168 100644
--- a/src/client/views/PropertiesButtons.scss
+++ b/src/client/views/PropertiesButtons.scss
@@ -21,9 +21,8 @@ $linkGap : 3px;
.propertiesButtons-linkButton-empty,
.propertiesButtons-linkButton-nonempty {
height: 30px;
- width: 30px;
- border-radius: 5px;
- opacity: 0.9;
+ width: 32px;
+ border-radius: 6px;
pointer-events: auto;
background-color: #121721;
color: #fcfbf7;
@@ -36,6 +35,7 @@ $linkGap : 3px;
justify-content: center;
align-items: center;
margin-right: 10px;
+ margin-left: 3.5px;
&:hover {
background: $main-accent;
@@ -68,23 +68,35 @@ $linkGap : 3px;
padding-right: 5px;
width: 25px;
border-radius: 5px;
- margin-right: 18px;
+ margin-right: 22px;
margin-bottom: 8px;
}
+.propertiesButtons-title {
+ background: #121721;
+ color: white;
+ font-size: 6px;
+ width: 40px;
+ padding: 5px;
+ height: 16px;
+ border-radius: 7px;
+ text-transform: uppercase;
+ text-align: center;
+ margin-top: -4px;
+}
+
.propertiesButtons-linker {
height: 30px;
- width: 30px;
+ width: 32px;
text-align: center;
- border-radius: 5px;
+ border-radius: 6px;
pointer-events: auto;
- // color: $dark-color;
- // border: $dark-color 1px solid;
- background-color: #252b33;
+ background-color: #121721;
color: #fcfbf7;
transition: 0.2s ease all;
margin-right: 5px;
padding-top: 5px;
+ margin-left: 3.5px;
&:hover {
background: $main-accent;