components: Decouple .button from .new-style tangle.

This commit is contained in:
Karl Stolley 2024-09-03 11:44:35 -05:00 committed by Tim Abbott
parent 7674318332
commit af066842b1
2 changed files with 114 additions and 123 deletions

View File

@ -109,9 +109,9 @@ input::placeholder {
@extend .placeholder;
}
.new-style {
/* -- base button styling -- */
.button {
/* -- base button styling -- */
.button {
padding: 7px 14px;
margin: 0;
min-width: 130px;
@ -260,7 +260,6 @@ input::placeholder {
border-color: hsl(156deg 39% 77%);
}
}
}
}
/* -- tab switcher -- */

View File

@ -193,11 +193,6 @@ h3,
}
}
td .button {
margin: 2px 0;
box-shadow: none;
}
#language_selection_modal {
& table {
width: 90%;
@ -347,12 +342,9 @@ select.settings_select {
word-break: normal;
}
.button,
.input-group {
margin: 0 0 20px;
}
.input-group {
/* Class to use when the following input-group is related and should
appear just after this element. Normally the margin is 20px, but
for related settings, we set it to 10px. */