You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
384 B
22 lines
384 B
.choice-bar-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.choice-bar-heading {
|
|
font-size: 1.5em;
|
|
color: #333;
|
|
}
|
|
|
|
.choice-bar-button {
|
|
margin: 5px;
|
|
padding: 10px;
|
|
/* background-color: lightseagreen; */
|
|
color: #fff;
|
|
border: 2px solid grey;
|
|
border-radius: 5px;
|
|
cursor: pointer;
|
|
}
|