mirror of
https://github.com/creativetimofficial/muse-vue-ant-design-dashboard.git
synced 2025-08-17 03:50:36 +08:00
26 lines
367 B
SCSS
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;
|
|
}
|
|
} |