Browse Source

edit custom.css

master
topa-LE 3 years ago
parent
commit
f8ab204f69
  1. 9
      custom/custom.css

9
custom/custom.css

@ -2,6 +2,11 @@
*** Developer tpDEsign 2020
*/
/*
@import url('https://fonts.googleapis.com/css?family=Play&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@300&display=swap');
*/
body {
margin: 0;
font-family: 'Saira Condensed', 'Play', Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
@ -985,6 +990,10 @@ color: #fff;
font-size: 17px;
}
input.expire-input {
margin: -4px 0.25rem 0px -0.75rem;
}
.wide-panel {
width: 930px;
padding: 12px 12px 15px;

Loading…
Cancel
Save