1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-08 09:36:39 +02:00

feat: system alert message (#3139)

This commit is contained in:
Dag
2022-11-15 00:32:04 +01:00
committed by GitHub
parent 95c199c2eb
commit 001427243c
5 changed files with 30 additions and 14 deletions

View File

@@ -69,13 +69,7 @@ header {
margin-top: 40px;
padding: 15px;
color: #1182DB;
}
header > div.logo {
background-image: url(logo_600px.png);
width: 599px;
height: 177px;
margin: auto;
text-align: center;
}
section.warning {
@@ -349,6 +343,15 @@ button {
width: 200px;
}
.alert {
margin-bottom: 15px;
color: white;
font-weight: bold;
background-color: rgb(33, 150, 243);
padding: 15px;
border-radius: 4px;
}
@media screen and (max-width: 767px) {
.container {
width: 100%;
@@ -359,12 +362,6 @@ button {
margin-bottom: 5px;
}
header > div.logo {
background-image: url(logo_300px.png);
width: 300px;
height: 89px;
}
button {
display: inline-block;
width: 40%;