onion/sass/ascribe_theme.scss

16 lines
206 B
SCSS
Raw Normal View History

2015-08-31 19:04:44 +02:00
// All bootstrap overwrites should take place in this file
2015-06-30 16:24:41 +02:00
.pager li a {
color: white;
2015-08-10 14:42:38 +02:00
}
.panel-default {
2015-08-31 19:04:44 +02:00
border: 0;
2015-08-10 14:42:38 +02:00
box-shadow: none;
2015-08-10 14:57:06 +02:00
margin-bottom: 0;
2015-08-10 14:42:38 +02:00
}
.panel-body {
2015-08-31 19:04:44 +02:00
padding: 0;
}