soneta-ui-style
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
@import "../common/PredefinedMixins.scss";
|
||||
@import "./partial.scss";
|
||||
@import "./Variables.scss";
|
||||
|
||||
.progress-infinite {
|
||||
@include partial-column-center;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
|
||||
.progress-infinite-icon {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
|
||||
svg {
|
||||
width: inherit;
|
||||
height: inherit;
|
||||
rect {
|
||||
fill: $progress_icon;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.progress-infinite-text {
|
||||
font-family: $primaryFont;
|
||||
font-size: 12pt;
|
||||
color: $progress_fg;
|
||||
}
|
||||
|
||||
&.border {
|
||||
border: $progress_border;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user