mirror of https://github.com/grafana/grafana
Refactor: EmptyListCTA (#18516)
* Rewrite EmptyListCTA props and start removing css classes * Add watchDepth onClick * EmptyListCTA with React in annotaitons/editor * Begin conversion of DashLinks editor EmptyListCTA * Use React component in DashLinks, Variables and TeamGroupSync * Remove scss file and add emotion styles * Update snapshot * Remove style import * Fix feedback * Update snapshotpull/18649/head
parent
299a0e20f4
commit
ec492e55dc
@ -1,24 +0,0 @@ |
|||||||
.empty-list-cta { |
|
||||||
background-color: $empty-list-cta-bg; |
|
||||||
text-align: center; |
|
||||||
padding: $spacer * 2; |
|
||||||
border-radius: $border-radius; |
|
||||||
|
|
||||||
.grafana-info-box { |
|
||||||
max-width: 700px; |
|
||||||
margin: 0 auto; |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
.empty-list-cta__title { |
|
||||||
padding-bottom: $spacer * 3; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
|
|
||||||
.empty-list-cta__button { |
|
||||||
margin-bottom: $spacer * 3; |
|
||||||
} |
|
||||||
|
|
||||||
.empty-list-cta__pro-tip-link { |
|
||||||
margin-left: 5px; |
|
||||||
} |
|
||||||
Loading…
Reference in new issue