mirror of https://github.com/zulip/zulip.git
components: Decouple .button from .new-style tangle.
This commit is contained in:
parent
7674318332
commit
af066842b1
|
@ -109,9 +109,9 @@ input::placeholder {
|
||||||
@extend .placeholder;
|
@extend .placeholder;
|
||||||
}
|
}
|
||||||
|
|
||||||
.new-style {
|
/* -- base button styling -- */
|
||||||
/* -- base button styling -- */
|
|
||||||
.button {
|
.button {
|
||||||
padding: 7px 14px;
|
padding: 7px 14px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
min-width: 130px;
|
min-width: 130px;
|
||||||
|
@ -260,7 +260,6 @@ input::placeholder {
|
||||||
border-color: hsl(156deg 39% 77%);
|
border-color: hsl(156deg 39% 77%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* -- tab switcher -- */
|
/* -- tab switcher -- */
|
||||||
|
|
|
@ -193,11 +193,6 @@ h3,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
td .button {
|
|
||||||
margin: 2px 0;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#language_selection_modal {
|
#language_selection_modal {
|
||||||
& table {
|
& table {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
@ -347,12 +342,9 @@ select.settings_select {
|
||||||
word-break: normal;
|
word-break: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button,
|
|
||||||
.input-group {
|
.input-group {
|
||||||
margin: 0 0 20px;
|
margin: 0 0 20px;
|
||||||
}
|
|
||||||
|
|
||||||
.input-group {
|
|
||||||
/* Class to use when the following input-group is related and should
|
/* Class to use when the following input-group is related and should
|
||||||
appear just after this element. Normally the margin is 20px, but
|
appear just after this element. Normally the margin is 20px, but
|
||||||
for related settings, we set it to 10px. */
|
for related settings, we set it to 10px. */
|
||||||
|
|
Loading…
Reference in New Issue