onion/sass/ascribe_theme.scss

15 lines
210 B
SCSS
Raw Normal View History

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