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;
|
||||
}
|
||||
|
||||
.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 -- */
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue