Files
outline/frontend/scenes/Settings/Settings.scss
2016-08-24 00:37:54 -07:00

26 lines
314 B
SCSS

@import '~styles/constants.scss';
.section {
margin-bottom: 40px;
}
.sectionHeader {
border-bottom: 1px solid #eee;
}
.apiKeyTable {
margin-bottom: 20px;
width: 100%;
td {
margin-right: 20px;
color: #969696;
}
}
.deleteAction {
font-size: 14px;
cursor: pointer;
color: $textColor;
}