change line endings

This commit is contained in:
KDSBrowne 2017-04-05 09:20:32 -07:00
parent 12ff717033
commit ffab4a0898

View File

@ -1,31 +1,31 @@
@import "../../stylesheets/variables/_all";
.actionsbar,
.left,
.center {
display: flex;
flex-direction: row;
}
.left,
.center {
flex: 1;
> * {
margin: 0 $line-height-computed;
}
}
.left{
justify-content: center;
position: absolute;
}
.center {
justify-content: center;
align-items: center;
}
.circleGlow > :first-child{
box-shadow: 0 0 .15rem #FFF !important;
}
@import "../../stylesheets/variables/_all";
.actionsbar,
.left,
.center {
display: flex;
flex-direction: row;
}
.left,
.center {
flex: 1;
> * {
margin: 0 $line-height-computed;
}
}
.left{
justify-content: center;
position: absolute;
}
.center {
justify-content: center;
align-items: center;
}
.circleGlow > :first-child{
box-shadow: 0 0 .15rem #FFF !important;
}