Fix broken SCSS linter errors due to missing newlines

This commit is contained in:
Stan Hu 2016-10-15 20:40:25 -07:00
parent a65394f35c
commit 4cea4d2527

View file

@ -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;
}