Move the error style to be global
This commit is contained in:
parent
31cd9a1558
commit
2dd456897f
2 changed files with 10 additions and 10 deletions
|
|
@ -10,3 +10,13 @@
|
||||||
.material-icons {
|
.material-icons {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.error {
|
||||||
|
padding: 10px;
|
||||||
|
background: #ff000033;
|
||||||
|
border-radius: 10px;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: red;
|
||||||
|
border-width: 2px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
@ -190,14 +190,4 @@ select {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
transform: rotate(-90deg);
|
transform: rotate(-90deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.error {
|
|
||||||
padding: 10px;
|
|
||||||
background: #ff000033;
|
|
||||||
border-radius: 10px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: red;
|
|
||||||
border-width: 2px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue