openreplay/frontend/app/components/Dashboard/dashboard.css
2021-05-01 15:12:01 +05:30

18 lines
No EOL
282 B
CSS

.header {
padding: 0px 0 15px;
}
.dateInput {
width: 180px !important;
border-radius: 3px;
border: solid thin $gray-light;
text-align: center;
margin-left: 10px;
background-color: white;
height: 38px;
color: $gray-darkest;
&[disabled] {
opacity: 0.5;
}
}