Compare commits

..

No commits in common. "752f3df13a548d22646f87a87940dc64e15587f3" and "17c9731b9f8be07b247aeed29ba2ab1319e408f0" have entirely different histories.

3 changed files with 0 additions and 18 deletions

View File

@ -1,5 +1,3 @@
@import "shared.css";
* {
margin: 0;
box-sizing: border-box;

View File

@ -1,15 +0,0 @@
input, textarea {
&:focus {
outline: 2px solid #f05a28 !important;
}
&::placeholder {
transition: opacity 0.3s;
}
&:focus::placeholder {
opacity: 0.4;
}
}

View File

@ -1,4 +1,3 @@
@import "shared.css";
* {