Fixing DM separator and margin on system console (#2944)

Fixing margins on system console
Этот коммит содержится в:
Asaad Mahmood
2016-05-10 23:47:57 +05:00
коммит произвёл Christopher Speller
родитель c8285185a9
Коммит 338223d204
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@@ -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;