aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentDecorations.scss
diff options
context:
space:
mode:
authormonikahedman <monika_hedman@brown.edu>2019-07-17 17:59:45 -0400
committermonikahedman <monika_hedman@brown.edu>2019-07-17 17:59:45 -0400
commit98d6476cc1d18617399b28fa670848f97160ffa1 (patch)
tree887a8d1f32b18d1b7e8c1b63353a60431ff97ed4 /src/client/views/DocumentDecorations.scss
parentaeda7710c5507ceb6abaf1845c8c0934f0a20fc5 (diff)
smol changes
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
-rw-r--r--src/client/views/DocumentDecorations.scss12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss
index 23d78b39f..537444a93 100644
--- a/src/client/views/DocumentDecorations.scss
+++ b/src/client/views/DocumentDecorations.scss
@@ -24,13 +24,13 @@ $linkGap : 3px;
.documentDecorations-resizer {
pointer-events: auto;
background: $alt-accent;
- opacity: 0.8;
+ opacity: 1;
}
.documentDecorations-radius {
pointer-events: auto;
background: black;
- opacity: 0.8;
+ opacity: 1;
transform: translate(10px, 10px);
grid-row: 4;
}
@@ -92,7 +92,7 @@ $linkGap : 3px;
.title {
background: $alt-accent;
- opacity: 0.8;
+ opacity: 1;
grid-column-start: 3;
grid-column-end: 4;
pointer-events: auto;
@@ -104,17 +104,18 @@ $linkGap : 3px;
.documentDecorations-closeButton {
background: $alt-accent;
- opacity: 0.8;
+ opacity: 1;
grid-column-start: 4;
grid-column-end: 6;
pointer-events: all;
text-align: center;
cursor: pointer;
+ padding-right: 10px;
}
.documentDecorations-minimizeButton {
background: $alt-accent;
- opacity: 0.8;
+ opacity: 1;
grid-column-start: 1;
grid-column-end: 3;
pointer-events: all;
@@ -123,6 +124,7 @@ $linkGap : 3px;
position: absolute;
left: 0px;
top: 0px;
+ padding-top: 5px;
width: $MINIMIZED_ICON_SIZE;
height: $MINIMIZED_ICON_SIZE;
}