mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-09-08 21:20:49 +02:00
Utility module documentation complete
This commit is contained in:
18
dist/mini-default.css
vendored
18
dist/mini-default.css
vendored
@@ -1479,6 +1479,24 @@ progress.nano {
|
||||
.circular {
|
||||
border-radius: 50% !important; }
|
||||
|
||||
.responsive-margin {
|
||||
margin: 4px !important; }
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.responsive-margin {
|
||||
margin: 6px !important; } }
|
||||
@media (min-width: 1280px) {
|
||||
.responsive-margin {
|
||||
margin: 8px !important; } }
|
||||
.responsive-padding {
|
||||
padding: 2px 4px !important; }
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.responsive-padding {
|
||||
padding: 4px 6px !important; } }
|
||||
@media (min-width: 1280px) {
|
||||
.responsive-padding {
|
||||
padding: 6px 8px !important; } }
|
||||
.shadow-none {
|
||||
box-shadow: none !important; }
|
||||
|
||||
|
Reference in New Issue
Block a user