UNPKG
nextine
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Admin Template with NextJS & Mantine UI v7
github.com/masb0ymas/nextine
masb0ymas/nextine
nextine
/
src
/
core
/
components
/
MyStats
/
Stats.module.css
15 lines
(12 loc)
•
231 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.root
{
/* padding: calc(var(--mantine-spacing-xl) * 1.5); */
padding
:
rem
(
15
); }
.label
{
font-family
: Greycliff CF,
var
(--mantine-font-family); }
.card
{
box-shadow
:
rgba
(
100
,
100
,
111
,
0.2
)
0px
7px
29px
0px
; }