1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-03-20 10:54:39 +00:00

feat(components): figure page

This commit is contained in:
2022-11-10 04:57:11 +07:00
parent f8a03bf7f7
commit 54cb28c0cb
12 changed files with 142 additions and 40 deletions

View File

@@ -2,7 +2,6 @@
margin: 0;
padding: 0;
border: 0;
outline: none;
background: none;
box-sizing: border-box;
}

View File

@@ -1,5 +1,5 @@
::-webkit-scrollbar {
width: 6px;
width: 3px;
}
::-webkit-scrollbar-track {

View File

@@ -4,6 +4,7 @@
--border-color: #e4e1e1;
--icon-color: #5e5f60;
--seconary-color: #8d8d8d;
--scroll-color: #d4d3d4;
--shadow-color: rgba(163, 167, 174, 0.2);
--border: 1px solid var(--border-color);
--shadow: 0 0 9px 0 var(--shadow-color);

View File

@@ -20,3 +20,12 @@ button {
height: 20px;
cursor: pointer;
}
h1, h2 {
font-size: 20px;
font-weight: 600;
}
h2 {
font-weight: 500;
}