mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
14 lines
176 B
SCSS
14 lines
176 B
SCSS
.hidden, .hide { display: none !important; }
|
|
|
|
.padded {
|
|
padding: $content-padding;
|
|
}
|
|
|
|
.inset {
|
|
margin: $inset-margin;
|
|
}
|
|
|
|
.rounded {
|
|
border-radius: $border-radius-base;
|
|
}
|