mirror of https://github.com/vector-im/riot-web
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;
|
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…
Reference in New Issue