fix styling mistakes
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
84332184b5
commit
4de0e21a4b
|
@ -33,7 +33,7 @@ limitations under the License.
|
|||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
border-radius: 4px;
|
||||
border: 1px solid $accent-color;
|
||||
border: 1px solid $dialog-close-fg-color;
|
||||
background-color: $primary-bg-color;
|
||||
}
|
||||
|
||||
|
@ -120,6 +120,7 @@ limitations under the License.
|
|||
.mx_NetworkDropdown_server_add {
|
||||
padding: 16px 10px 16px 32px;
|
||||
position: relative;
|
||||
border-radius: 0 0 4px 4px;
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
|
|
Loading…
Reference in New Issue