]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/text-emphasis.less
update sources to v12.1.0
[ceph.git] / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / build / bootstrap-less / mixins / text-emphasis.less
1 // Typography
2
3 .text-emphasis-variant(@color) {
4 color: @color;
5 a&:hover,
6 a&:focus {
7 color: darken(@color, 10%);
8 }
9 }