Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame^] | 1 | @import "base/base"; |
2 | |||||
3 | /** | ||||
4 | * Base rules for all plugin related styles, | ||||
5 | * like widgets. | ||||
6 | */ | ||||
7 | |||||
8 | div.view.widget { | ||||
9 | padding-right: $right-view-distance; | ||||
10 | |||||
11 | > iframe { | ||||
12 | margin: 0; | ||||
13 | box-sizing: border-box; | ||||
14 | padding: 0; | ||||
15 | width: 100%; | ||||
16 | overflow-x: auto; | ||||
17 | } | ||||
18 | } |