mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-10 22:43:11 +08:00
Table component. Bookmarks edit view
This commit is contained in:
@@ -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. */
|
||||
}
|
||||
Reference in New Issue
Block a user