first commit
This commit is contained in:
13
src/styles/text-input.scss
Normal file
13
src/styles/text-input.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
.pe-input-container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.textinput-error-box {
|
||||
margin: 0px 2px 0px 5px;
|
||||
font-size: 0.85rem;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.select-option:hover {
|
||||
background-color: white;
|
||||
}
|
||||
Reference in New Issue
Block a user