Commit 4cea4d25 authored by Stan Hu's avatar Stan Hu

Fix broken SCSS linter errors due to missing newlines

parent a65394f3
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
p { p {
font-size: 13px; font-size: 13px;
} }
.login-box, .omniauth-container { .login-box, .omniauth-container {
box-shadow: 0 0 0 1px $border-color; box-shadow: 0 0 0 1px $border-color;
border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
...@@ -118,6 +119,7 @@ ...@@ -118,6 +119,7 @@
margin: 0; margin: 0;
} }
} }
.new-session-tabs { .new-session-tabs {
display: -webkit-flex; display: -webkit-flex;
display: flex; display: flex;
...@@ -140,6 +142,7 @@ ...@@ -140,6 +142,7 @@
a { a {
width: 100%; width: 100%;
font-size: 18px; font-size: 18px;
&:hover { &:hover {
border: 1px solid transparent; border: 1px solid transparent;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment