알림, 비디오, 검색 창 수정- 퍼블리싱
This commit is contained in:
parent
3ab17bcf46
commit
f73e45f781
@ -38,7 +38,6 @@
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
color: #444444;
|
color: #444444;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-bottom: 10px;
|
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
font-size: 0.96em;
|
font-size: 0.96em;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
width: 40px;
|
width: 60px;
|
||||||
}
|
}
|
||||||
span {
|
span {
|
||||||
padding: 1px 6px;
|
padding: 1px 6px;
|
||||||
|
@ -29,7 +29,11 @@
|
|||||||
<mat-icon>close</mat-icon>
|
<mat-icon>close</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<span class="text-amount">{{ curIndex }} / {{ totalCount }}</span>
|
<span
|
||||||
|
class="text-amount"
|
||||||
|
[ngClass]="[totalCount > 0 ? 'text-warn-color' : '']"
|
||||||
|
>{{ curIndex }} / {{ totalCount }}</span
|
||||||
|
>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -181,6 +181,8 @@ $login-max-height: 800px;
|
|||||||
width: 100px;
|
width: 100px;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
@include ellipsis(1);
|
@include ellipsis(1);
|
||||||
|
display: inline-flex;
|
||||||
|
flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
dd {
|
dd {
|
||||||
width: 260px;
|
width: 260px;
|
||||||
@ -272,7 +274,7 @@ $login-max-height: 800px;
|
|||||||
.button-text {
|
.button-text {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
margin-left: 8px;
|
margin-left: 4px;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
@media screen and (max-width: #{$tablet-s-width}) {
|
@media screen and (max-width: #{$tablet-s-width}) {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -76,6 +76,9 @@ $search-font-size: 14px;
|
|||||||
.mat-form-field-underline {
|
.mat-form-field-underline {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background-color: unset !important;
|
background-color: unset !important;
|
||||||
|
.mat-form-field-ripple {
|
||||||
|
height: 1px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* &.mat-form-field-can-float {
|
/* &.mat-form-field-can-float {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user