|
@@ -921,6 +921,7 @@ footer{
|
921
|
921
|
border: 0px;
|
922
|
922
|
width: calc(100% - 60px);
|
923
|
923
|
font-size: 20px;
|
|
924
|
+ font-family: 'MyFont2';
|
924
|
925
|
}
|
925
|
926
|
.icon-search{
|
926
|
927
|
color: #B81C25;
|
|
@@ -945,10 +946,9 @@ footer{
|
945
|
946
|
.searchDw{
|
946
|
947
|
width: 100%;
|
947
|
948
|
max-height: calc(100% - 60px);
|
948
|
|
- padding-top: 30px;
|
949
|
949
|
overflow-y: auto;
|
950
|
950
|
box-sizing: border-box;
|
951
|
|
- padding: 30px 30px 0;
|
|
951
|
+ padding: 0px 30px 0;
|
952
|
952
|
}
|
953
|
953
|
}
|
954
|
954
|
|
|
@@ -962,6 +962,9 @@ footer{
|
962
|
962
|
border-bottom: 1px solid #acacac5e;
|
963
|
963
|
box-sizing: border-box;
|
964
|
964
|
padding: 27px 0px;
|
|
965
|
+ &:first-child {
|
|
966
|
+ margin-top: 30px;
|
|
967
|
+ }
|
965
|
968
|
&:last-child{
|
966
|
969
|
border-bottom: 0px solid #ACACAC;
|
967
|
970
|
}
|