some style fixes
This commit is contained in:
parent
67dcd4e139
commit
9c601aa3be
7 changed files with 351 additions and 31 deletions
32
src/components/CreateCruisePage.css
Normal file
32
src/components/CreateCruisePage.css
Normal file
|
@ -0,0 +1,32 @@
|
|||
.pill {
|
||||
padding: 1px;
|
||||
transition: .5s;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.pill-selected{
|
||||
font-weight: bold;
|
||||
border-radius: 20px;
|
||||
background-color: #ffffff;
|
||||
|
||||
}
|
||||
|
||||
.pill-container {
|
||||
padding: 2px;
|
||||
border-radius: 20px;
|
||||
background-color: #aaaa;
|
||||
}
|
||||
|
||||
button {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.help-text {
|
||||
font-style: italic;
|
||||
margin: 0;
|
||||
font-size: .9em;
|
||||
}
|
||||
|
||||
.label-text{
|
||||
margin: 1em 0 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue