mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
15 lines
210 B
SCSS
15 lines
210 B
SCSS
/* All bootstrap overwrites should take place in this file */
|
|
|
|
.pager li a {
|
|
color: white;
|
|
}
|
|
|
|
.panel-default {
|
|
border: none;
|
|
box-shadow: none;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.panel-body {
|
|
padding:0;
|
|
} |