openreplay/frontend/app/components/Dashboard/dashboard.module.css
Shekar Siri 2ed5cac986
Webpack upgrade and dependency cleanup (#523)
* change(ui) - webpack update
* change(ui) - api optimize and other fixes
2022-06-03 16:47:38 +02:00

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;
}
}