웹링크 뺏지 수정
This commit is contained in:
parent
48d3f79d94
commit
1502cb99d6
|
@ -10,7 +10,7 @@
|
||||||
</ucap-integrated-search-form>
|
</ucap-integrated-search-form>
|
||||||
<div
|
<div
|
||||||
*ngIf="!!loginRes && !!weblink"
|
*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">
|
<ng-container *ngFor="let link of weblink" [ngSwitch]="link.key">
|
||||||
<button
|
<button
|
||||||
|
|
|
@ -48,11 +48,13 @@
|
||||||
-webkit-box-align: center;
|
-webkit-box-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-flex;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
width: auto;
|
width: auto;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
align-items: center;
|
||||||
|
height:100%;
|
||||||
.button {
|
.button {
|
||||||
-webkit-app-region: no-drag;
|
-webkit-app-region: no-drag;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
|
@ -69,8 +71,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin-left: 10px;
|
margin-right: 12px;
|
||||||
transform: translateY(-2px);
|
|
||||||
.weblink {
|
.weblink {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
@ -121,7 +122,7 @@
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
border-right: 1px solid rgba(255, 255, 255, 0.3);
|
border-right: 1px solid rgba(255, 255, 255, 0.3);
|
||||||
margin: 0 10px 0 10px;
|
margin: 0 10px 0 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.myprofile-item {
|
.myprofile-item {
|
||||||
|
|
|
@ -52,8 +52,8 @@ ol {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
$lg-red: (
|
$lg-red: (
|
||||||
50: #fff9fc,
|
50: #ffffff,
|
||||||
100: #f8bbd0,
|
100: #fff9fc,
|
||||||
200: #f48fb1,
|
200: #f48fb1,
|
||||||
/*300: #f06292,*/ 300: #ef4c73,
|
/*300: #f06292,*/ 300: #ef4c73,
|
||||||
400: #ec407a,
|
400: #ec407a,
|
||||||
|
@ -61,7 +61,7 @@ $lg-red: (
|
||||||
600: #d81b60,
|
600: #d81b60,
|
||||||
700: #c2185b,
|
700: #c2185b,
|
||||||
800: #ad1457,
|
800: #ad1457,
|
||||||
900: #880e4f,
|
/*900: #880e4f,*/900: #5f2a41,
|
||||||
A100: #ff80ab,
|
A100: #ff80ab,
|
||||||
A200: #ff4081,
|
A200: #ff4081,
|
||||||
A400: #ff3399,
|
A400: #ff3399,
|
||||||
|
@ -278,7 +278,7 @@ $daesang-grey: (
|
||||||
.policy {
|
.policy {
|
||||||
background-color: mat-color($accent, B100);
|
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);
|
background-color: mat-color($warn, 400);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user