Files
redash/client/app/components/QueryLink.less
Gabriel Dutra 7223f60ddf Migrate VisualizationEmbed to React (#4364)
* Migrate VisualizationEmbed to React

* Angular cleanup

* Remove onClick event from TimeAgo

* Check Table exists before taking snapshot

* Apply Prettier
2019-12-24 10:21:48 +02:00

7 lines
117 B
Plaintext

.query-link {
.visualization-name {
font-size: 15px;
font-weight: 500;
color: rgba(0, 0, 0, 0.8);
}
}