aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/layouts/_global.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/layouts/_global.scss')
-rw-r--r--app/assets/stylesheets/layouts/_global.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/assets/stylesheets/layouts/_global.scss b/app/assets/stylesheets/layouts/_global.scss
index 5113083..02dbe0c 100644
--- a/app/assets/stylesheets/layouts/_global.scss
+++ b/app/assets/stylesheets/layouts/_global.scss
@@ -17,6 +17,10 @@ body {
margin-top: 70px;
}
+.margin-left-8 {
+ margin-left: 8px;
+}
+
.padding-13 {
padding: 13px;
@@ -48,10 +52,10 @@ body {
height: 30px;
padding: 20px;
- .right-button {
+ .right-section {
position: absolute;
right: 40px;
- top: -33px;
+ top: -22px;
}
}