This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
global.scss 473 B
Newer Older
@import 'bootstrap4.5.2.min';
@import 'navbar';
Lukas Kaltenbrunner's avatar
Lukas Kaltenbrunner committed

.dropdown-item.active,
.dropdown-item:active {
  background-color: #aaaaaa;
}
Michael Breu's avatar
Michael Breu committed

.btn-secondary {
  background-color: rgb(180, 180, 180);
  &:hover {
    background-color: rgb(192, 192, 192);
  }
}
Michael Breu's avatar
Michael Breu committed

.btn-primary {
  background-color: #6c757d;
  border-bottom-color: black;
  &:hover {
    background-color: #222222;
  }
Michael Breu's avatar
Michael Breu committed
  
Michael Breu's avatar
Michael Breu committed

/* specific for markup handling  */
/* centering on home page */
.home h1 { text-align: center;}