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 @@
p {
font-size: 13px;
}
.login-box, .omniauth-container {
box-shadow: 0 0 0 1px $border-color;
border-bottom-right-radius: 2px;
......@@ -118,6 +119,7 @@
margin: 0;
}
}
.new-session-tabs {
display: -webkit-flex;
display: flex;
......@@ -140,6 +142,7 @@
a {
width: 100%;
font-size: 18px;
&:hover {
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