change line endings
This commit is contained in:
parent
12ff717033
commit
ffab4a0898
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user