Files
2021-07-23 17:21:34 +03:00

26 lines
367 B
SCSS

// _input.scss
//
// Template's input styles.
//
.ant-input {
border-radius: 6px;
}
.layout-dashboard-rtl {
.header-control {
.header-search {
.ant-input {
&:not(:first-child) {
padding-right: 32px;
padding-left: 11px;
}
}
}
}
.ant-input-affix-wrapper .ant-input-prefix {
right: 12px;
left: auto;
}
}