0.0.04 form poster
This commit is contained in:
20
static/v2/css/widgets/w_datarangepicker.css
Normal file
20
static/v2/css/widgets/w_datarangepicker.css
Normal file
@@ -0,0 +1,20 @@
|
||||
.w_daterangepicker{
|
||||
--range-picker-border: #E6E6E6;
|
||||
--range-picker-border-radius: 10px;
|
||||
.date_range_input_cont{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
gap: 10px;
|
||||
border: 2px solid var(--range-picker-border);
|
||||
border-radius: var(--range-picker-border-radius);
|
||||
padding: 24px 10px;
|
||||
background: #FFFFFF;
|
||||
input{
|
||||
width: calc(100% - 28px);
|
||||
}
|
||||
img{
|
||||
width: 18px;
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user