File tree 2 files changed +18
-6
lines changed
2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,6 @@ body.sg {
30
30
border : 0 ;
31
31
}
32
32
33
- .sg.clear {
34
- clear : both ;
35
- }
36
-
37
33
// Colors and typography
38
34
//
39
35
// This section describes base colors and typography
@@ -379,6 +375,15 @@ input.sg {
379
375
@include media ($mobile ) {
380
376
padding-right : 0 ;
381
377
}
378
+
379
+ & :after {
380
+ visibility : hidden ;
381
+ display : block ;
382
+ font-size : 0 ;
383
+ content : " " ;
384
+ clear : both ;
385
+ height : 0 ;
386
+ }
382
387
}
383
388
384
389
.title {
@@ -584,6 +589,15 @@ input.sg {
584
589
float : none ;
585
590
}
586
591
}
592
+
593
+ & :after {
594
+ visibility : hidden ;
595
+ display : block ;
596
+ font-size : 0 ;
597
+ content : " " ;
598
+ clear : both ;
599
+ height : 0 ;
600
+ }
587
601
}
588
602
589
603
.sg.toggle {
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ <h1 ng-if="status.hasError">Error: {{status.error.name}}</h1>
18
18
type ="search "
19
19
ng-model-options ="{ updateOn: 'default blur', debounce: {'default': 500, 'blur': 0} } "
20
20
autofocus >
21
- < div class ="sg clear "> </ div >
22
21
</ div >
23
22
</ header >
24
23
< nav class ="sg top-nav " ng-class ="{'designerToolVisible' : designerTool.isVisible} ">
@@ -49,7 +48,6 @@ <h1 ng-if="status.hasError">Error: {{status.error.name}}</h1>
49
48
</ li >
50
49
</ ul >
51
50
</ ul >
52
- < div class ="sg clear "> </ div >
53
51
</ nav >
54
52
< div class ="sg wrapper full-height " ng-class ="{'designerToolVisible' : designerTool.isVisible, 'collapsed' : isNavCollapsed} ">
55
53
< section ui-view class ="sg body ">
You can’t perform that action at this time.
0 commit comments