minor update

This commit is contained in:
2021-01-28 02:19:03 +01:00
parent 093b6c8e8c
commit e0ec96562d
5 changed files with 56 additions and 43 deletions

View File

@ -5,7 +5,7 @@ body {
margin: 0;
padding: 0;
background: #f8f8f8;
font-family: sans-serif; }
font-family: sans-serifs; }
main {
z-index: 980;
@ -93,11 +93,13 @@ h12 {
.notification-primary {
width: 100%;
display: flex; }
display: flex;
padding: 5px;
border: 2px solid #3498db;
border-radius: 2px; }
.notification-primary h2 {
border-right: 0.3rem solid #3498db;
border-radius: 2px;
padding: 5px;
margin-right: 5px;
min-width: 70px;
@ -106,11 +108,13 @@ h12 {
.notification-danger {
width: 100%;
display: flex; }
display: flex;
padding: 5px;
border: 2px solid #e74c3c;
border-radius: 2px; }
.notification-danger h2 {
border-right: 0.3rem solid #e74c3c;
border-radius: 2px;
padding: 5px;
margin-right: 5px;
min-width: 70px;
@ -119,11 +123,13 @@ h12 {
.notification-warning {
width: 100%;
display: flex; }
display: flex;
padding: 5px;
border: 2px solid #f1c40f;
border-radius: 2px; }
.notification-warning h2 {
border-right: 0.3rem solid #f1c40f;
border-radius: 2px;
padding: 5px;
margin-right: 5px;
min-width: 70px;
@ -132,11 +138,13 @@ h12 {
.notification-success {
width: 100%;
display: flex; }
display: flex;
padding: 5px;
border: 2px solid #2ecc71;
border-radius: 2px; }
.notification-success h2 {
border-right: 0.3rem solid #2ecc71;
border-radius: 2px;
padding: 5px;
margin-right: 5px;
min-width: 70px;