Compare commits
No commits in common. "752f3df13a548d22646f87a87940dc64e15587f3" and "17c9731b9f8be07b247aeed29ba2ab1319e408f0" have entirely different histories.
752f3df13a
...
17c9731b9f
@ -1,5 +1,3 @@
|
|||||||
@import "shared.css";
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|||||||
@ -1,15 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
input, textarea {
|
|
||||||
&:focus {
|
|
||||||
outline: 2px solid #f05a28 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
&::placeholder {
|
|
||||||
transition: opacity 0.3s;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:focus::placeholder {
|
|
||||||
opacity: 0.4;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,4 +1,3 @@
|
|||||||
@import "shared.css";
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user