FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
devbox/src/App.module.css at develop · smithg09/devbox · GitHub
smithg09
/
devbox
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
devbox
/
src
/
App.module.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
37 lines (33 loc) · 712 Bytes
Breadcrumbs
devbox
/
src
/
App.module.css
Copy path
File metadata and controls
37 lines (33 loc) · 712 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
30
31
32
33
34
35
36
37
.
appWrapper
{
height
:
100
%
;
width
:
100
%
;
display
:
flex;
gap
:
10
px
;
}
.
sidebar
{
transition
:
0.2
s
ease-in-out;
}
.
featuresWrapper
{
background-color
:
light-dark
(
var
(
--mantine-color-gray-1
)
,
var
(
--mantine-color-dark-7
));
}
.
features
{
height
:
100
%
;
width
:
100
%
;
overflow
:
hidden;
}
.
buttonRoot
{
&
[
data-variant
=
"danger"
] {
background-color
:
var
(
--mantine-color-red-8
);
color
:
var
(
--mantine-color-white
);
&
:
hover
{
background-color
:
var
(
--mantine-color-red-9
);
}
}
/* Override default disabled styles */
&
[
data-variant
=
"danger"
]
:
disabled
{
background-color
:
transparent;
color
:
var
(
--mantine-color-white
);
opacity
:
0.5
;
cursor
:
not-allowed;
}
}
Back
|
FazBrowse Home
|
New Git URL