웹링크 뺏지 수정

This commit is contained in:
khk 2020-01-31 16:38:19 +09:00
parent 48d3f79d94
commit 1502cb99d6
3 changed files with 10 additions and 9 deletions

View File

@ -10,7 +10,7 @@
</ucap-integrated-search-form>
<div
*ngIf="!!loginRes && !!weblink"
class="app-layout-native-title-bar-link"
class="app-layout-native-title-bar-link weblink"
>
<ng-container *ngFor="let link of weblink" [ngSwitch]="link.key">
<button

View File

@ -48,11 +48,13 @@
-webkit-box-align: center;
align-items: center;
position: relative;
display: inline-block;
display: inline-flex;
min-width: 0;
width: auto;
overflow: hidden;
white-space: nowrap;
align-items: center;
height:100%;
.button {
-webkit-app-region: no-drag;
outline: 0;
@ -69,8 +71,7 @@
text-align: center;
font-size: 10px;
vertical-align: middle;
margin-left: 10px;
transform: translateY(-2px);
margin-right: 12px;
.weblink {
display: inline-flex;
line-height: 24px;
@ -121,7 +122,7 @@
width: 10px;
height: 20px;
border-right: 1px solid rgba(255, 255, 255, 0.3);
margin: 0 10px 0 10px;
margin: 0 10px 0 0;
display: inline-block;
}
.myprofile-item {

View File

@ -52,8 +52,8 @@ ol {
list-style: none;
}
$lg-red: (
50: #fff9fc,
100: #f8bbd0,
50: #ffffff,
100: #fff9fc,
200: #f48fb1,
/*300: #f06292,*/ 300: #ef4c73,
400: #ec407a,
@ -61,7 +61,7 @@ $lg-red: (
600: #d81b60,
700: #c2185b,
800: #ad1457,
900: #880e4f,
/*900: #880e4f,*/900: #5f2a41,
A100: #ff80ab,
A200: #ff4081,
A400: #ff3399,
@ -278,7 +278,7 @@ $daesang-grey: (
.policy {
background-color: mat-color($accent, B100);
}
.mat-badge-accent .mat-badge-content {
.mat-badge-accent .mat-badge-content , .weblink .mat-badge-content{
background-color: mat-color($warn, 400);
}