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