Implemented some of api keys
This commit is contained in:
@@ -1,4 +1,25 @@
|
||||
@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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user