align toolbar
This commit is contained in:
parent
3357af6df9
commit
6120655ef2
1 changed files with 5 additions and 0 deletions
|
@ -68,6 +68,11 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toolbar__autorefresh{
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
.toolbar__project-name-container {
|
.toolbar__project-name-container {
|
||||||
@include themify() {
|
@include themify() {
|
||||||
border-color: getThemifyVariable('inactive-text-color');
|
border-color: getThemifyVariable('inactive-text-color');
|
||||||
|
|
Loading…
Reference in a new issue