mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ToolbarButton: New emotion based component to replace all navbar, DashNavButton and scss styles (#30333)
* ToolbarButton: New emotion based component to replace all navbar, DashNavButton and scss styles * Component ready for use * Dam dam dam * Starting big button design update * Tried to use main button component but failed * Minor fix * Updates * Updated * Update packages/grafana-ui/src/components/Button/Button.tsx Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> * Update packages/grafana-ui/src/components/Button/ButtonGroup.tsx Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> * Updated to use spacing base * Button updates * Removd unused import * Remove unused import * Use correct theme variable for border-radius Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
This commit is contained in:
@@ -84,23 +84,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// element is needed here to override font-awesome specificity
|
||||
i.navbar-page-btn__folder-icon {
|
||||
font-size: $font-size-sm;
|
||||
color: $text-color-weak;
|
||||
padding: 0 $space-sm;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
// element is needed here to override font-awesome specificity
|
||||
i.navbar-page-btn__search {
|
||||
font-size: $font-size-xs;
|
||||
padding: 0 $space-xs;
|
||||
}
|
||||
|
||||
.navbar-buttons {
|
||||
// height: $navbarHeight;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
|
||||
Reference in New Issue
Block a user