Form prototype
This commit is contained in:
10
src/Form/styles/Form.module.css
Normal file
10
src/Form/styles/Form.module.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.disabled {
|
||||
pointer-events: none;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.sticky {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user