0
0
Fork 0

Migrate button styles to the general document

This commit is contained in:
Oliver-Akins 2021-01-03 16:04:14 -07:00
parent 62ba5364a1
commit 0abb127f8e
7 changed files with 6 additions and 15 deletions

View file

@ -119,9 +119,7 @@ export default {
button { button {
background: var(--card-button); background: var(--card-button);
border-radius: 7px; border-radius: 7px;
border-style: none;
font-size: larger; font-size: larger;
outline: none;
padding: 7px; padding: 7px;
margin: 10px; margin: 10px;
} }

View file

@ -243,9 +243,7 @@ input[type="text"].other-team-answer {
button { button {
background-color: var(--board-background-alt); background-color: var(--board-background-alt);
border-radius: 0 20px 0 7px; border-radius: 0 20px 0 7px;
border-style: none;
position: absolute; position: absolute;
outline: none;
padding: 10px; padding: 10px;
right: 0; right: 0;
top: 0; top: 0;

View file

@ -172,9 +172,7 @@ export default {
button { button {
border-radius: 7px; border-radius: 7px;
border-style: none;
font-size: larger; font-size: larger;
outline: none;
padding: 7px; padding: 7px;
margin: 5px; margin: 5px;
} }

View file

@ -84,11 +84,8 @@ export default {
button { button {
background-color: var(--background3); background-color: var(--background3);
color: var(--background3-text); color: var(--background3-text);
font-family: var(--fonts);
border-radius: 50px; border-radius: 50px;
border-style: none;
font-size: larger; font-size: larger;
outline: none;
padding: 10px; padding: 10px;
margin: 10px; margin: 10px;
width: 85%; width: 85%;

View file

@ -9,3 +9,9 @@
.centre { .centre {
text-align: center; text-align: center;
} }
button {
border-style: none;
outline: none;
}

View file

@ -121,11 +121,8 @@ export default {
button { button {
background-color: var(--background2); background-color: var(--background2);
color: var(--background2-text); color: var(--background2-text);
font-family: var(--fonts);
border-radius: 50px; border-radius: 50px;
border-style: none;
font-size: larger; font-size: larger;
outline: none;
padding: 10px; padding: 10px;
margin: 10px; margin: 10px;
width: 25%; width: 25%;

View file

@ -131,11 +131,8 @@ export default {
button { button {
background-color: var(--background2); background-color: var(--background2);
color: var(--background2-text); color: var(--background2-text);
font-family: var(--fonts);
border-radius: 50px; border-radius: 50px;
border-style: none;
font-size: larger; font-size: larger;
outline: none;
padding: 10px; padding: 10px;
margin: 10px; margin: 10px;
width: 30%; width: 30%;