templates/shortcodes/ui.html: add a shortcode for styling UI elements
This commit is contained in:
Родитель
6e9c390153
Коммит
4a9a8ec249
|
@ -74,6 +74,12 @@
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Some application-specific styles
|
||||||
|
|
||||||
|
.uipath {
|
||||||
|
color: #f000f0;
|
||||||
|
}
|
||||||
|
|
||||||
// Additional generic rules, for figures. Using `table` and `table-caption`
|
// Additional generic rules, for figures. Using `table` and `table-caption`
|
||||||
// for display types makes it so that the caption never becomes wider than the
|
// for display types makes it so that the caption never becomes wider than the
|
||||||
// figure.
|
// figure.
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
<span class="uipath">{{p}}</span>
|
Загрузка…
Ссылка в новой задаче