fix styling mistakes

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2020-03-13 15:28:22 +00:00
parent 84332184b5
commit 4de0e21a4b
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,7 @@ limitations under the License.
margin: 0; margin: 0;
box-sizing: border-box; box-sizing: border-box;
border-radius: 4px; border-radius: 4px;
border: 1px solid $accent-color; border: 1px solid $dialog-close-fg-color;
background-color: $primary-bg-color; background-color: $primary-bg-color;
} }
@ -120,6 +120,7 @@ limitations under the License.
.mx_NetworkDropdown_server_add { .mx_NetworkDropdown_server_add {
padding: 16px 10px 16px 32px; padding: 16px 10px 16px 32px;
position: relative; position: relative;
border-radius: 0 0 4px 4px;
&::before { &::before {
content: ""; content: "";