Mainly work on interactive elements

This commit is contained in:
Stephan Hagedorn 2017-09-01 00:16:21 +02:00
parent 483d9b0bd8
commit e8ab9a51d7
7 changed files with 250 additions and 77 deletions

View file

@ -251,6 +251,15 @@ div {
}
// Flex
.box__column_old {
overflow: auto;
.column_old {
float: left;
width: 50%;
}
}
.box__column {
@extend .flex;