CSS Reset

Yeah, the path should be /wp-content/plugins/cwicly/assets/css/base.css

It’s actually just the following:

/* NORMALISE */
*,
::after,
::before {
 box-sizing:border-box
}
body {
 margin:0
}
a {
 text-decoration:none;
 color:inherit;
 cursor:pointer;
 transition:inherit
}
button {
 border-width: 0;
 font-family: inherit;
 font-size: inherit;
 font-style: inherit;
 font-weight: inherit;
 line-height: inherit;
 padding: 0;
 cursor:pointer;
 background:initial
}
figure {
 margin:0
}
input::-moz-focus-inner {
 border:0;
 padding:0;
 margin:0
}
dd,
ol,
ul {
 margin:0;
 padding:0
}
h1,
h2,
h3,
h4,
h5,
h6 {
 margin:0
}
p {
 margin:0
}
cite {
 font-style:normal
}
fieldset {
 border-width:0;
 padding:0;
 margin:0
}
input {
 font-size:14px;
 font-family:inherit;
}
/* NORMALISE */