2023-05-25 17:25:11 -04:00
|
|
|
/* Entries */
|
|
|
|
|
|
|
|
StEntry {
|
|
|
|
@extend %entry;
|
|
|
|
|
|
|
|
StIcon.capslock-warning {
|
2024-03-25 13:34:36 -04:00
|
|
|
icon-size: $scalable_icon_size;
|
2023-05-25 17:25:11 -04:00
|
|
|
warning-color: $warning_color;
|
2024-03-25 13:34:36 -04:00
|
|
|
padding: 0 $base_margin;
|
2023-05-25 17:25:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
StIcon.peek-password {
|
2024-03-25 13:34:36 -04:00
|
|
|
icon-size: $scalable_icon_size;
|
|
|
|
padding: 0 $base_margin;
|
2023-05-25 17:25:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
StLabel.hint-text {
|
2024-03-25 13:34:36 -04:00
|
|
|
margin-left: $base_margin * 0.5;
|
2023-05-25 17:25:11 -04:00
|
|
|
}
|
|
|
|
}
|