Run prettier

pull/5/head
J M Rossy 2 years ago
parent 619bfccd29
commit e864e39329
  1. 3
      src/styles/globals.css

@ -22,7 +22,8 @@ select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23010101'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23010101'><polygon points='0,0 100,0 50,50'/></svg>")
no-repeat;
background-size: 8px;
background-position: 92% 60%;
background-repeat: no-repeat;

Loading…
Cancel
Save