Moved common css into styles.

This commit is contained in:
Tom 2025-03-22 22:07:56 +00:00
parent 9de4424736
commit 56deb3384c
11 changed files with 13 additions and 80 deletions

View File

@ -1,4 +0,0 @@
.error {
display: block;
color: #ba1a1a;
}

View File

@ -9,19 +9,6 @@
margin: 0;
}
.error {
display: block;
color: #ba1a1a;
}
.below {
display: block;
justify-self: center;
align-items: center;
align-self: center;
text-align: center;
}
.actions {
display: flex;
flex-direction: row;

View File

@ -1,3 +0,0 @@
.error {
color: #ba1a1a;
}

View File

@ -5,17 +5,4 @@
.mat-mdc-card-actions {
align-self: center;
}
.error {
display: block;
color: #ba1a1a;
}
.below {
display: block;
justify-self: center;
align-items: center;
align-self: center;
text-align: center;
}

View File

@ -1,4 +0,0 @@
.error {
display: block;
color: #ba1a1a;
}

View File

@ -3,17 +3,4 @@
grid-template-columns: repeat(2, 1fr);
grid-auto-flow: row dense;
grid-gap: 0 1em;
}
.error {
display: block;
color: #ba1a1a;
}
.below {
display: block;
justify-self: center;
align-items: center;
align-self: center;
text-align: center;
}

View File

@ -18,16 +18,6 @@ button,
display: block;
}
.error {
display: block;
color: #ba1a1a;
}
.below {
display: block;
justify-self: center;
}
@media (max-width:1000px) {
.mat-mdc-card-content {
flex-direction: column;

View File

@ -1,4 +0,0 @@
.error {
display: block;
color: #ba1a1a;
}

View File

@ -1,3 +0,0 @@
.error {
color: #ba1a1a;
}

View File

@ -1,16 +1,3 @@
.mat-mdc-card-actions {
justify-content: space-between;
}
.error {
display: block;
color: #ba1a1a;
}
.below {
display: block;
justify-self: center;
align-items: center;
align-self: center;
text-align: center;
}

View File

@ -77,4 +77,17 @@ body {
protected-state-layer-color: rgb(255, 75, 75),
protected-ripple-color: rgb(255, 154, 154),
));
}
.error {
display: block;
color: #ba1a1a;
}
.below {
display: block;
justify-self: center;
align-items: center;
align-self: center;
text-align: center;
}