mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 13:09:22 -06:00
bcd0958849
* Testing inter font * new fonts and global styles * Added Typography component and storybook * Moving more global legacy types to emotion global styles * Updated snapshot * mapp bold to 500 * Updates * Fixes and moved html & body styles to emotion * moved helper function down * Updated snapshot * More tweaks * Updates * added internal tag * Updated snapshot
28 lines
364 B
SCSS
28 lines
364 B
SCSS
.admin-settings-section {
|
|
color: $variable;
|
|
font-weight: 500;
|
|
}
|
|
|
|
td.admin-settings-key {
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.admin-list-table {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.admin-list-paging {
|
|
float: right;
|
|
li {
|
|
display: inline-block;
|
|
padding-left: 10px;
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|
|
|
|
.admin-list-table {
|
|
.team-permissions {
|
|
padding-right: 120px;
|
|
}
|
|
}
|