1
0
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:
Angelos Chalaris
2017-05-08 19:21:03 +03:00
parent c6056870eb
commit 6104029454
9 changed files with 7 additions and 81 deletions

26
dist/mini-dark.css vendored
View File

@@ -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;