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
|
|
@ -9,4 +9,14 @@
|
|||
|
||||
.material-icons {
|
||||
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;
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
|
||||
.error {
|
||||
padding: 10px;
|
||||
background: #ff000033;
|
||||
border-radius: 10px;
|
||||
border-style: solid;
|
||||
border-color: red;
|
||||
border-width: 2px;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue