1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-09-03 10:53:23 +02:00

Updated generic shadow classes

Removed old classes, replaced with a single generic .shadowed class.
This commit is contained in:
Angelos Chalaris
2017-05-08 17:51:17 +03:00
parent 84741346b2
commit ce03ac2a4d
10 changed files with 20 additions and 71 deletions

18
dist/mini-dark.css vendored
View File

@@ -3,7 +3,7 @@
Flavor name: Dark (mini-dark)
Author: Angelos Chalaris (chalarangelo@gmail.com)
Maintainers: Angelos Chalaris
mini.css version: v2.1.4 (Fermion)
mini.css version: v2.1.5 (Fermion)
*/
/*
Browsers resets and base typography.
@@ -2099,20 +2099,8 @@ ul.breadcrumbs li:last-child:after {
padding: 0.375rem 0.5rem !important;
}
}
.shadow-none {
box-shadow: none !important;
}
.shadow-small {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.15) !important;
}
.shadow-medium {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.15) !important;
}
.shadow-large {
.shadowed {
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.125), 0 2px 2px -1px rgba(0, 0, 0, 0.25) !important;
}