mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
12 lines
195 B
SCSS
12 lines
195 B
SCSS
$input-label-color: #000;
|
|
|
|
ion-label {
|
|
display: table;
|
|
padding: 9px 10px 7px 0px;
|
|
max-width: 200px;
|
|
width: 35%;
|
|
color: $input-label-color;
|
|
font-size: 1.6rem;
|
|
white-space: nowrap;
|
|
}
|