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

@ -6,16 +6,3 @@
.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

@ -4,16 +4,3 @@
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

@ -78,3 +78,16 @@ body {
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;
}