2017-12-11 05:13:45 -06:00
|
|
|
.empty-list-cta {
|
2018-01-31 07:14:11 -06:00
|
|
|
background-color: $empty-list-cta-bg;
|
2017-12-11 05:13:45 -06:00
|
|
|
text-align: center;
|
2017-12-11 06:29:23 -06:00
|
|
|
padding: $spacer*2;
|
2017-12-11 05:13:45 -06:00
|
|
|
border-radius: $border-radius;
|
2017-12-11 06:04:06 -06:00
|
|
|
|
|
|
|
.grafana-info-box {
|
|
|
|
max-width: 700px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2017-12-04 09:18:46 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.empty-list-cta__title {
|
2017-12-11 06:29:23 -06:00
|
|
|
padding-bottom: $spacer*3;
|
2017-12-11 05:13:45 -06:00
|
|
|
font-style: italic;
|
2017-12-04 09:18:46 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.empty-list-cta__button {
|
2017-12-11 06:29:23 -06:00
|
|
|
margin-bottom: $spacer*3;
|
2017-12-04 09:18:46 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.empty-list-cta__pro-tip-link {
|
2017-12-11 05:13:45 -06:00
|
|
|
margin-left: 5px;
|
|
|
|
}
|