This commit is contained in:
parent
10748e679b
commit
f8d04bf39a
11 changed files with 14 additions and 4 deletions
BIN
styleguide/assets/image/favicon.png
Normal file
BIN
styleguide/assets/image/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 158 KiB |
|
|
@ -14,6 +14,7 @@
|
||||||
</script>
|
</script>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
|
<link rel="shortcut icon" href="../assets/image/favicon.png" />
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
type="text/css"
|
type="text/css"
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@
|
||||||
</script>
|
</script>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
|
<link rel="shortcut icon" href="../assets/image/favicon.png" />
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
type="text/css"
|
type="text/css"
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@
|
||||||
</script>
|
</script>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
|
<link rel="shortcut icon" href="../assets/image/favicon.png" />
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
type="text/css"
|
type="text/css"
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@
|
||||||
</script>
|
</script>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
|
<link rel="shortcut icon" href="../assets/image/favicon.png" />
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
type="text/css"
|
type="text/css"
|
||||||
|
|
@ -193,10 +194,10 @@
|
||||||
0.03125.
|
0.03125.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The value is needed for both drop shadows and inset shadows.
|
The value is needed for both drop shadows and inset shadows. Sadly,
|
||||||
Sadly, the latter is currently not possible using plain CSS filters.
|
the latter is currently not possible using plain CSS filters. Which is
|
||||||
Which is why it requires the use of an SVG filter. But support for
|
why it requires the use of an SVG filter. But support for external SVG
|
||||||
external SVG filters (using
|
filters (using
|
||||||
<code>url("filter.svg#filter-id")</code>) is still flaky, we instead
|
<code>url("filter.svg#filter-id")</code>) is still flaky, we instead
|
||||||
opted to have to versions of each glow. One using SVG filters for
|
opted to have to versions of each glow. One using SVG filters for
|
||||||
use-cases which support it (like the logo), and one using CSS filters
|
use-cases which support it (like the logo), and one using CSS filters
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@
|
||||||
</script>
|
</script>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
|
<link rel="shortcut icon" href="../assets/image/favicon.png" />
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
type="text/css"
|
type="text/css"
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@
|
||||||
</script>
|
</script>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
|
<link rel="shortcut icon" href="assets/image/favicon.png" />
|
||||||
<link rel="stylesheet" type="text/css" href="assets/style/styleguide.css" />
|
<link rel="stylesheet" type="text/css" href="assets/style/styleguide.css" />
|
||||||
<title>Styleguide</title>
|
<title>Styleguide</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@
|
||||||
</script>
|
</script>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
|
<link rel="shortcut icon" href="../assets/image/favicon.png" />
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
type="text/css"
|
type="text/css"
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
name="viewport"
|
name="viewport"
|
||||||
content="width=device-width, user-scalable=no, initial-scale=1.0"
|
content="width=device-width, user-scalable=no, initial-scale=1.0"
|
||||||
/>
|
/>
|
||||||
|
<link rel="shortcut icon" href="../../assets/image/favicon.png" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
name="viewport"
|
name="viewport"
|
||||||
content="width=device-width, user-scalable=no, initial-scale=1.0"
|
content="width=device-width, user-scalable=no, initial-scale=1.0"
|
||||||
/>
|
/>
|
||||||
|
<link rel="shortcut icon" href="../../assets/image/favicon.png" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@
|
||||||
</script>
|
</script>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
|
<link rel="shortcut icon" href="../assets/image/favicon.png" />
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
type="text/css"
|
type="text/css"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue