b8fff81cdd
A major part of the css reorg is a better organization of the css styles themselves. horizon.scss should be a global import level file. Move datepicker styles to component scss file. Change-Id: I65dc92a67cb2dab66497d429539068c7a680a6b5 Partially-Implements: blueprint horizon-theme-css-reorg
7 lines
101 B
SCSS
7 lines
101 B
SCSS
.datepicker {
|
|
z-index: $zindex-popover !important;
|
|
}
|
|
|
|
.datepicker input{
|
|
@extend .form-control;
|
|
} |