mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-09-03 10:53:23 +02:00
Removed nano progress bar
Removed the .nano progress bar, can be easily rebuilt using the provided mixins.
This commit is contained in:
26
dist/mini-dark.css
vendored
26
dist/mini-dark.css
vendored
@@ -1893,32 +1893,6 @@ progress.tertiary::-moz-progress-bar {
|
||||
progress.tertiary::-moz-progress-bar {
|
||||
background: #689f38;
|
||||
}
|
||||
|
||||
progress.nano {
|
||||
height: 0.125rem;
|
||||
width: calc(100% - 0);
|
||||
margin: 0 0;
|
||||
margin: 0 auto;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
progress.nano::-webkit-progress-value {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
progress.nano::-moz-progress-bar {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
progress.nano[value="1000"]::-webkit-progress-value {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
progress.nano[value="1000"]::-moz-progress-bar {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.spinner-donut.secondary {
|
||||
border: 0.25rem solid #39444a;
|
||||
|
Reference in New Issue
Block a user