This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
outline/frontend/scenes/Settings/Settings.scss
2016-08-26 22:04:28 -07:00

20 lines
236 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;
}
}