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
/
MyModal
/
modal.module.css
14 lines
(11 loc)
•
188 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.modal_title
{
color
:
var
(--mantine-color-gray-
6
);
font-weight
:
600
;
@mixin
dark {
color
:
var
(--mantine-color-dark-
2
); } }
.modal_label
{
width
:
150
;
font-weight
:
600
; }