1- html , body { height : 100% ; margin : 0 ; padding : 0 ; background-color : # F9F9F9 ; box-sizing : border-box;}
1+ html , body {
2+ height : 100% ;
3+ margin : 0 ;
4+ padding : 0 ;
5+ background-color : # f1f1f1 ;
6+ box-sizing : border-box;
7+ }
8+
9+ # app , # container {
10+ height : 100% ;
11+ }
212
3- # app , # container { height : 100% ; }
4- # bodyContainer { overflow : hidden; }
13+ # bodyContainer {
14+ overflow : hidden;
15+ }
516
6- .scroll { overflow : auto;}
7- .col-full-height { height : 100% ; }
17+ .scroll {
18+ overflow : auto;
19+ }
20+
21+ .col-full-height {
22+ height : 100% ;
23+ }
824
925body , button , input , select , textarea {
10- font-family : -apple-system, BlinkMacSystemFont, "Segoe UI" , Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans" , "Droid Sans" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
26+ font-family : -apple-system, BlinkMacSystemFont, "Segoe UI" , Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans" , "Droid Sans" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
1127}
1228
1329.row--no-gutter {
14- margin-left : 0 ;
15- margin-right : 0 ;
30+ margin-left : 0 ;
31+ margin-right : 0 ;
1632}
1733
1834.col--no-gutter {
19- padding-left : 0 ;
20- padding-right : 0 ;
35+ padding-left : 0 ;
36+ padding-right : 0 ;
2137}
2238
23- .col-categories {
24- background-color : # f1f1f1 ;
39+ .right-border {
2540 border-right : 1px solid # ccc ;
26- position : relative;
2741}
2842
2943.field-hint {
@@ -34,9 +48,8 @@ body, button, input, select, textarea {
3448.buttons-box {
3549 text-align : right;
3650 padding : 30px ;
37- background-color : rgba (0 , 0 , 0 , 0.05 );
51+ background-color : rgba (0 , 0 , 0 , 0.05 );
3852 border-top : 1px solid # e0e0e0 ;
39- /*color: #757575;*/
4053}
4154
4255.blue-title {
@@ -46,12 +59,13 @@ body, button, input, select, textarea {
4659 padding : 20px 0 5px 0 ;
4760}
4861
49- .mce-content-body {
50- border-bottom : 1 px solid rgb ( 224 , 224 , 224 );
51- }
62+ .mce-content-body {}
63+
64+ . mce-edit-focus { }
5265
53- .mce-edit-focus {
54- /*border-bottom: 2px solid rgb(25, 118, 210);*/
66+ .products-item {
67+ background-color : # fff ;
68+ border-left : 1px solid rgb (224 , 224 , 224 );
5569}
5670
5771.block404 {
@@ -67,6 +81,6 @@ body, button, input, select, textarea {
6781}
6882
6983.block404 .description {
70- color : rgba (0 , 0 , 0 , 0.4 );
84+ color : rgba (0 , 0 , 0 , 0.4 );
7185 font-size : 16px ;
7286}
0 commit comments