mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
23 lines
No EOL
498 B
Text
23 lines
No EOL
498 B
Text
@import "ui-variables";
|
|
@import "ui-mixins";
|
|
|
|
input[type="text"],
|
|
input[type="email"] {
|
|
width: 100%;
|
|
padding-left: @padding-xs-horizontal;
|
|
padding-right: @padding-xs-horizontal;
|
|
font-size: @font-size-base;
|
|
line-height: @line-height-computed;
|
|
font-weight:400;
|
|
|
|
&.input-bordered {
|
|
border-radius: @border-radius-base;
|
|
border: 1px solid @input-border;
|
|
}
|
|
}
|
|
input[type="text"]:focus,
|
|
input[type="email"]:focus, {
|
|
&.input-bordered {
|
|
box-shadow: 0 0 3px @accent-primary;
|
|
}
|
|
} |