mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-19 06:29:03 +08:00
15 lines
No EOL
397 B
Text
15 lines
No EOL
397 B
Text
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;
|
|
border-radius: @border-radius-base;
|
|
border: 1px solid @input-border;
|
|
font-weight:400;
|
|
}
|
|
input[type="text"]:focus,
|
|
input[type="email"]:focus, {
|
|
box-shadow: 0 0 3px @accent-primary;
|
|
} |