Skip to content
Snippets Groups Projects
styles.css 706 B
Newer Older

html, body {
  height: 100%;
  margin: 0;
  background-color: rgb(27,40,56);
}
#app-container {
  height: 100%;
  width: 100%;
  position: relative;
}



.dash-dropdown .Select-control {
    border: 2px solid rgb(37, 55, 77);
    border-radius: 4px;
}

.dash-dropdown .Select-value {
    color: rgb(235, 235, 235);
}

.dash-dropdown .Select-control {
    background-color: rgb(50, 70, 101);
}
.dash-dropdown.is-minimized .Select-value-label {
    color: rgb(235, 235, 235);
}
.dash-dropdown .Select-value-label {
    color: rgb(235, 235, 235);

}

.dash-dropdown .Select-menu-outer {
    background-color: rgb(50, 70, 101);
}

.jsx-4017309047.tab-container{
    border-bottom: 2px solid rgb(37,55,77);
}