1
0
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:
Nicolas Constant 2020-02-26 00:13:18 -05:00
parent 00cd6ae592
commit b72049fd28
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688

View File

@ -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;
} }
} }
} }