Fixing DM separator and margin on system console (#2944)
Fixing margins on system console
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
c8285185a9
Коммит
338223d204
@@ -5,7 +5,7 @@ import React from 'react';
|
|||||||
|
|
||||||
export default class Setting extends React.Component {
|
export default class Setting extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
let marginClass;
|
let marginClass = '';
|
||||||
if (this.props.margin === 'small') {
|
if (this.props.margin === 'small') {
|
||||||
marginClass = ' form-group--small';
|
marginClass = ' form-group--small';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,9 +16,10 @@
|
|||||||
color: $white;
|
color: $white;
|
||||||
font-size: .9em;
|
font-size: .9em;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin: 5px 0 6px;
|
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
margin: 5px 0 6px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
z-index: 0;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
background: $light-gray;
|
background: $light-gray;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user