aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesButtons.scss
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-08-01 13:34:36 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-08-01 13:34:36 -0500
commit034e05b5bb587e361e9ab87160c9f3abddc9845b (patch)
tree58dfe4af071d966fae9ea459745e5130b210b71a /src/client/views/PropertiesButtons.scss
parent785e20b74d8917466df4fdd88e5f4a9de206b33f (diff)
finished ink menu merge
Diffstat (limited to 'src/client/views/PropertiesButtons.scss')
-rw-r--r--src/client/views/PropertiesButtons.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/client/views/PropertiesButtons.scss b/src/client/views/PropertiesButtons.scss
index 11265b413..e099122c4 100644
--- a/src/client/views/PropertiesButtons.scss
+++ b/src/client/views/PropertiesButtons.scss
@@ -20,8 +20,8 @@ $linkGap : 3px;
.propertiesButtons-linkButton-empty,
.propertiesButtons-linkButton-nonempty {
- height: 25px;
- width: 25px;
+ height: 30px;
+ width: 30px;
border-radius: 5px;
opacity: 0.9;
pointer-events: auto;
@@ -35,7 +35,7 @@ $linkGap : 3px;
display: flex;
justify-content: center;
align-items: center;
- margin-right: 5px;
+ margin-right: 10px;
&:hover {
background: $main-accent;
@@ -68,12 +68,12 @@ $linkGap : 3px;
padding-right: 5px;
width: 25px;
border-radius: 5px;
- margin-right: 8px;
+ margin-right: 18px;
}
.propertiesButtons-linker {
- height: 25px;
- width: 25px;
+ height: 30px;
+ width: 30px;
text-align: center;
border-radius: 5px;
pointer-events: auto;