Skip to content

Instantly share code, notes, and snippets.

@luukverhoeven
Created July 6, 2018 11:30
Show Gist options
  • Save luukverhoeven/3236170bf0e15b3d5c98276853f8e239 to your computer and use it in GitHub Desktop.
Save luukverhoeven/3236170bf0e15b3d5c98276853f8e239 to your computer and use it in GitHub Desktop.
Styling block-myoverview
.block-myoverview .btn-group {
float: left;
margin-left: 25px;
}
.block-myoverview .pagination ul {
float: left;
margin-left: 5px;
}
@media screen and (min-width: 1200px) {
.block-myoverview .btn-group {
margin-left: 35px;
}
}
@media screen and (max-width: 767px) {
.block-myoverview .btn-group {
margin-left: 5px;
}
}
.block-myoverview .btn-default.active {
background: #fff;
color: #f8413e;
text-shadow: none;
}
.block-myoverview .btn-default {
background: #fff;
color: #b9b9b9;
text-shadow: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment