Fix seperator for nested boxes
This commit is contained in:
parent
2c74b6e86e
commit
44323afd5b
1 changed files with 5 additions and 0 deletions
|
@ -5,3 +5,8 @@ $fa-font-path: "../fonts";
|
|||
|
||||
// Import Alpha theme (ish)
|
||||
@import 'alpha';
|
||||
|
||||
|
||||
.box .box {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue