Moving scss files.
This commit is contained in:
18
src/components/RegForm.scss
Normal file
18
src/components/RegForm.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
form#registration {
|
||||
max-width: 24.5em;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.nameBar {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.visitors {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
padding: 1em;
|
||||
border-radius: 5px;
|
||||
background-color: rgb(235, 235, 235);
|
||||
}
|
||||
Reference in New Issue
Block a user