mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-23 16:13:14 +01:00
11 lines
No EOL
275 B
SCSS
11 lines
No EOL
275 B
SCSS
@import 'bootstrap/scss/bootstrap';
|
|
@import 'bootstrap-icons/font/bootstrap-icons';
|
|
|
|
@import 'foundation_and_overrides';
|
|
@import 'objects/search-result';
|
|
@import 'objects/geo';
|
|
|
|
.left {float:left}
|
|
.right {float:right}
|
|
.clear {clear:both}
|
|
.header_indent{ padding-left: 20px } |