1
Fork 0

Fix seperator for nested boxes

This commit is contained in:
Jake Howard 2017-04-25 21:29:37 +01:00
parent 2c74b6e86e
commit 44323afd5b

View file

@ -5,3 +5,8 @@ $fa-font-path: "../fonts";
// Import Alpha theme (ish)
@import 'alpha';
.box .box {
border-radius: 0px;
}