1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-29 00:58:03 +02:00
onion/sass/ascribe_theme.scss
Tim Daubenschütz cde6118b8e panel styling
2015-08-10 14:57:06 +02:00

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;
}