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