Skip to content

Instantly share code, notes, and snippets.

@revanth0212
Last active August 30, 2018 18:56
Show Gist options
  • Save revanth0212/6acdb1add0dfac32f7baded703eac684 to your computer and use it in GitHub Desktop.
Save revanth0212/6acdb1add0dfac32f7baded703eac684 to your computer and use it in GitHub Desktop.
.OpsPortalCore {
width: 100%;
height: 100%;
padding-top: 50px;
}
.chargeInput input {
color: rgba(255, 255, 255, 1) !important;
text-align: center !important;
background-color: rgba(13, 93, 184, 1) !important;
}
.sideNavListItem {
color: rgba(255, 255, 255, 1) !important;
font-family: 'Lato', Helvetica, sans-serif;
font-size: 16px;
}
.sideNav {
background-color: #0c5db8;
}
#sideNav li button:first-of-type {
background: #0c5db8;
}
.FilterSidebar {
font-family: Roboto, sans-serif;
display: flex;
flex-direction: row;
height: 84.5vh;
}
.filtersOptions {
display: flex;
flex-direction: column;
background-color: #343c4b;
}
.FilterSidebar filters {
width: 0%;
transition: all 0s ease-in;
}
.FilterSidebar open {
width: 100%;
}
.count {
color: rgba(255, 255, 255, 1) !important;
}
@keyframes reportDisplayAnimation {
0% {
display: none;
opacity: 0;
}
1% {
display: block;
opacity: 0;
}
100% {
opacity: 1;
}
}
#reportView {
animation: reportDisplayAnimation 0.7s;
}
.ukEngineeringFilterChips .filterChip > div {
height: 25px !important;
margin: 3px !important;
}
.ukEngineeringFilterChips .filterChip > div > span {
line-height: 25px !important;
}
.ukEngineeringFilterChips .filterChip > div > svg {
height: 16px!important;
width: 16px!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment