mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 05:06:53 +08:00
10 lines
279 B
Text
10 lines
279 B
Text
input[type="text"] {
|
|
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;
|
|
}
|