1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-09 12:35:18 +02:00

Table component. Bookmarks edit view

This commit is contained in:
unknown 2021-05-25 11:44:11 +02:00
parent 4eaf9659d1
commit bd5354a2e3
12 changed files with 281 additions and 137 deletions

View file

@ -2,7 +2,6 @@
margin: 0;
padding: 0;
box-sizing: border-box;
/* transition: all 0.3s; */
user-select: none;
}
@ -14,13 +13,6 @@ body {
background-color: var(--color-background);
transition: background-color 0.3s;
/* font weights
light 300
regular 400
semi-bold 600
bold 700
extra-bold 800
*/
font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Roboto, sans-serif;
font-size: 14px;
}
@ -28,11 +20,4 @@ body {
a {
color: var(--color-primary);
text-decoration: none;
/* opacity: 0.75; */
}
/* 320px 480px: Mobile devices.
481px 768px: iPads, Tablets.
769px 1024px: Small screens, laptops.
1025px 1200px: Desktops, large screens.
1201px and more Extra large screens, TV. */
}