UNPKG
alchemy-ajatar-theme
Version:
latest (1.2.0)
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.4.0
ajatar theme
github.com/skerit/alchemy-ajatar-theme
skerit/alchemy-ajatar-theme
alchemy-ajatar-theme
/
assets
/
stylesheets
/
ajatar
/
lilac
/
blocks
/
chart.less
29 lines
(23 loc)
•
317 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.chart
{
position
: relative; &__tabs {
position
: absolute;
top
:
0
;
right
:
10px
;
.nav
>
li
>
a
{
border-radius
:
4px
;
padding
:
4px
10px
; } } &__title {
padding
:
5px
15px
; }
.tab-pane
{
display
: none; &
.active
{
display
: block; } } &__chart { } }