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