mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 18:13:25 +00:00
Disabled screen, update colors & styling
This commit is contained in:
22
src/components/DisabledScreen.css
Normal file
22
src/components/DisabledScreen.css
Normal file
@@ -0,0 +1,22 @@
|
||||
.disabled {
|
||||
color: white;
|
||||
text-align: center;
|
||||
max-width: 230px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.disabled svg {
|
||||
display: block;
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
margin: 0 auto;
|
||||
color: #B44868;
|
||||
}
|
||||
|
||||
.disabled p {
|
||||
color: #4A4864;
|
||||
}
|
||||
|
||||
.disabled strong {
|
||||
color: white;
|
||||
}
|
Reference in New Issue
Block a user