mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Move progress bar styling to its own file
This commit is contained in:
parent
16a7e32840
commit
652a768208
20
sass/ascribe_progress_bar.scss
Normal file
20
sass/ascribe_progress_bar.scss
Normal file
@ -0,0 +1,20 @@
|
||||
.ascribe-progress-bar {
|
||||
margin-bottom: 0;
|
||||
|
||||
> .progress-bar {
|
||||
background-color: $ascribe-dark-blue;
|
||||
}
|
||||
|
||||
span {
|
||||
font-size: 1.2em;
|
||||
color: white;
|
||||
text-shadow: -1px 0 $ascribe--button-default-color,
|
||||
0 1px $ascribe--button-default-color,
|
||||
1px 0 $ascribe--button-default-color,
|
||||
0 -1px $ascribe--button-default-color;
|
||||
}
|
||||
}
|
||||
|
||||
.ascribe-progress-bar.ascribe-progress-bar-xs {
|
||||
height: 12px;
|
||||
}
|
@ -319,40 +319,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
.ascribe-progress-bar {
|
||||
margin-bottom: 0;
|
||||
> .progress-bar {
|
||||
background-color: $ascribe-dark-blue;
|
||||
|
||||
}
|
||||
|
||||
span {
|
||||
font-size: 1.2em;
|
||||
color: white;
|
||||
text-shadow: -1px 0 $ascribe--button-default-color,
|
||||
0 1px $ascribe--button-default-color,
|
||||
1px 0 $ascribe--button-default-color,
|
||||
0 -1px $ascribe--button-default-color;
|
||||
}
|
||||
}
|
||||
|
||||
.ascribe-progress-bar-xs {
|
||||
height: 12px;
|
||||
}
|
||||
|
||||
.ascribe-upload-button {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
|
||||
&.ascribe-upload-button-has-label {
|
||||
display: block;
|
||||
|
||||
.btn {
|
||||
font-size: 1em;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
span + .btn {
|
||||
margin-left: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -25,6 +25,7 @@
|
||||
@import 'ascribe_notification_list';
|
||||
@import 'ascribe_notification_page';
|
||||
@import 'ascribe_piece_register';
|
||||
@import 'ascribe_progress_bar';
|
||||
@import 'offset_right';
|
||||
@import 'ascribe_settings';
|
||||
@import 'ascribe_slides_container';
|
||||
|
Loading…
Reference in New Issue
Block a user