Skip to content

Instantly share code, notes, and snippets.

@bantya
Last active February 13, 2018 16:17
Show Gist options
  • Save bantya/ab3128e0110d259d763994e6cf68368c to your computer and use it in GitHub Desktop.
Save bantya/ab3128e0110d259d763994e6cf68368c to your computer and use it in GitHub Desktop.
css: city site css
* {
user-select: none;
}
#assignEngPopup .modal-dialog {
width: 100%;
}
#toast-container > div {
opacity: 1;
}
.dropdown-menu {
top: 0%;
}
/* Cancel Button */
.nav-pills .pull-right a:first-of-type {
display: none;
}
/* Dropdown menu */
.open > .dropdown-menu li:last-of-type {
display: none;
}
/* Edit complaint button */
ul.clearfix.nav-icons li:last-of-type {
display: none;
}
.toast-info {
background-color: #ff0003;
}
@media (min-width: 768px) {
.modal-dialog {
width: 630px;
}
}
.text-center,
.text-center .clearfix.nav-icons,
.text-center .clearfix.nav-icons li,
.text-center .clearfix.nav-icons li .material-holder,
.text-center .clearfix.nav-icons li .material-holder i {
width: 100%;
height: 100%;
}
#changeStatusPopup .panel-heading {
background-color: rgb(46, 49, 17);
}
#assignEngPopup .panel-heading {
background-color: rgb(9, 49, 41);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment