mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-08 15:16:52 +02:00
Cleanup
This commit is contained in:
@@ -27,11 +27,11 @@ const Cover: React.FC<{}> = () => {
|
|||||||
<svg
|
<svg
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
style={{
|
style={{
|
||||||
fill: "none",
|
fill: 'none',
|
||||||
height: '100%',
|
height: '100%',
|
||||||
stroke: "#FFF",
|
stroke: "#FFF",
|
||||||
strokeLinecap: "round",
|
strokeLinecap: 'round',
|
||||||
strokeLinejoin: "round",
|
strokeLinejoin: 'round',
|
||||||
strokeWidth: 1,
|
strokeWidth: 1,
|
||||||
width: '100%',
|
width: '100%',
|
||||||
}}
|
}}
|
||||||
|
@@ -33,11 +33,11 @@ const Details: React.FC<{}> = () => {
|
|||||||
<svg
|
<svg
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
style={{
|
style={{
|
||||||
fill: "none",
|
fill: 'none',
|
||||||
height: '100%',
|
height: '100%',
|
||||||
stroke: "#FFF",
|
stroke: "#FFF",
|
||||||
strokeLinecap: "round",
|
strokeLinecap: 'round',
|
||||||
strokeLinejoin: "round",
|
strokeLinejoin: 'round',
|
||||||
strokeWidth: 1,
|
strokeWidth: 1,
|
||||||
width: '100%',
|
width: '100%',
|
||||||
}}
|
}}
|
||||||
|
@@ -47,11 +47,11 @@ const Details: React.FC<{}> = () => {
|
|||||||
<svg
|
<svg
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
style={{
|
style={{
|
||||||
fill: "none",
|
fill: 'none',
|
||||||
height: '24px',
|
height: '24px',
|
||||||
stroke: "rgba(0, 0, 0, 0.4)",
|
stroke: "rgba(0, 0, 0, 0.4)",
|
||||||
strokeLinecap: "round",
|
strokeLinecap: 'round',
|
||||||
strokeLinejoin: "round",
|
strokeLinejoin: 'round',
|
||||||
strokeWidth: 1,
|
strokeWidth: 1,
|
||||||
width: '24px',
|
width: '24px',
|
||||||
}}
|
}}
|
||||||
|
@@ -31,11 +31,11 @@ const Cover: React.FC<{}> = () => {
|
|||||||
<svg
|
<svg
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
style={{
|
style={{
|
||||||
fill: "none",
|
fill: 'none',
|
||||||
height: '16px',
|
height: '16px',
|
||||||
stroke: "rgba(0, 0, 0, 0.4)",
|
stroke: "rgba(0, 0, 0, 0.4)",
|
||||||
strokeLinecap: "round",
|
strokeLinecap: 'round',
|
||||||
strokeLinejoin: "round",
|
strokeLinejoin: 'round',
|
||||||
strokeWidth: 1,
|
strokeWidth: 1,
|
||||||
width: '16px',
|
width: '16px',
|
||||||
}}
|
}}
|
||||||
|
@@ -51,11 +51,11 @@ const Details: React.FC<{}> = () => {
|
|||||||
<svg
|
<svg
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
style={{
|
style={{
|
||||||
fill: "none",
|
fill: 'none',
|
||||||
height: '24',
|
height: '24',
|
||||||
stroke: "rgba(0, 0, 0, 0.4)",
|
stroke: "rgba(0, 0, 0, 0.4)",
|
||||||
strokeLinecap: "round",
|
strokeLinecap: 'round',
|
||||||
strokeLinejoin: "round",
|
strokeLinejoin: 'round',
|
||||||
strokeWidth: 1,
|
strokeWidth: 1,
|
||||||
width: '24',
|
width: '24',
|
||||||
}}
|
}}
|
||||||
|
Reference in New Issue
Block a user