fix styling mistakes
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
84332184b5
commit
4de0e21a4b
1 changed files with 2 additions and 1 deletions
|
@ -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: "";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue