mirror of
https://github.com/NicolasConstant/sengi
synced 2025-02-09 08:28:40 +01:00
refining update notification design
This commit is contained in:
parent
00cd6ae592
commit
b72049fd28
@ -107,7 +107,7 @@ app-streams-selection-footer {
|
|||||||
height: 70px;
|
height: 70px;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: -70px;
|
bottom: -80px;
|
||||||
z-index: 999999999;
|
z-index: 999999999;
|
||||||
|
|
||||||
&__activated {
|
&__activated {
|
||||||
@ -125,7 +125,9 @@ app-streams-selection-footer {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
color: rgba(rgb(0, 4, 24), 1);
|
color: rgba(rgb(0, 4, 24), 1);
|
||||||
background: rgba(rgb(0, 140, 255), 1);
|
background: #ffffff;
|
||||||
|
|
||||||
|
box-shadow: 0px 0px 10px rgb(0, 0, 0);
|
||||||
|
|
||||||
&--text {
|
&--text {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -135,15 +137,15 @@ app-streams-selection-footer {
|
|||||||
&--reload {
|
&--reload {
|
||||||
transition: all .2s;
|
transition: all .2s;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 31px;
|
right: 30px;
|
||||||
|
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: rgba(rgb(0, 4, 24), 1);
|
color: #ffffff;
|
||||||
background-color: red;
|
background-color: #3e455f;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: rgb(97, 0, 0);
|
background-color: #1d202c;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -158,11 +160,11 @@ app-streams-selection-footer {
|
|||||||
border-top-right-radius: 2px;
|
border-top-right-radius: 2px;
|
||||||
border-bottom-right-radius: 2px;
|
border-bottom-right-radius: 2px;
|
||||||
|
|
||||||
color: rgba(rgb(0, 4, 24), 1);
|
color: #ffffff;
|
||||||
|
background-color: #3e455f;
|
||||||
|
|
||||||
background-color: red;
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: rgb(97, 0, 0);
|
background-color: #1d202c;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user