mail/src/sass/components/_input.scss

15 lines
301 B
SCSS
Raw Normal View History

.input-text {
background-color: white;
border-width: 1px;
border-style: solid;
border-color: $color-grey-lighter;
color: $color-grey;
font-size: $font-size-base;
padding: 8px 10px;
outline: none;
2013-12-06 11:11:57 -05:00
}
.input-search {
width: 93%;
-webkit-appearance: searchfield;
}