스플레시 화면 변경
This commit is contained in:
parent
12143b038f
commit
843303db95
|
@ -46,6 +46,7 @@
|
|||
|
||||
.responsive-chats-button {
|
||||
display: none;
|
||||
line-height: normal;
|
||||
&:last-child {
|
||||
display: block;
|
||||
padding: 0;
|
||||
|
@ -54,7 +55,6 @@
|
|||
border-radius: 50%;
|
||||
color: #efefef;
|
||||
font-size: 16px;
|
||||
line-height: 40px;
|
||||
}
|
||||
}
|
||||
width: 50px;
|
||||
|
@ -84,7 +84,7 @@
|
|||
height: 20px;
|
||||
span {
|
||||
border-radius: 10px;
|
||||
padding: 2px 10px;
|
||||
padding: 1px 10px;
|
||||
margin-right: 6px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
|
|
@ -282,8 +282,8 @@ $daesang-grey: (
|
|||
}
|
||||
}
|
||||
|
||||
.load-container .loader:after{
|
||||
background: mat-color($accent);
|
||||
.load-container .loader:after {
|
||||
background-color: mat-color($accent, 300);
|
||||
}
|
||||
|
||||
.global-menu {
|
||||
|
|
|
@ -111,9 +111,9 @@
|
|||
right: 0;
|
||||
}
|
||||
.credit {
|
||||
color: #f2f2f2;
|
||||
color: #ffffff;
|
||||
margin: 0 auto;
|
||||
font-size: 1.2em;
|
||||
font-size: 1.3em;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<body class="theme-default">
|
||||
<app-root app-version="0.0.1"></app-root>
|
||||
|
||||
<div class="wrapper-splash bg-accent-color " id="splash-screen">
|
||||
<div class="wrapper-splash bg-accent-light " id="splash-screen">
|
||||
<!--<svg
|
||||
version="1.1"
|
||||
id="preloader"
|
||||
|
|
Loading…
Reference in New Issue
Block a user