Update linking apps docs (#769)

* Update linking apps doc

* Formatting, rewording $NAMES

* fix label divs
This commit is contained in:
Stavros Kois
2021-08-16 14:04:57 +02:00
committed by GitHub
parent 622e4eb6c5
commit ab3f94e885
2 changed files with 32 additions and 18 deletions
+6 -6
View File
@@ -1,5 +1,3 @@
.form {
background-color: #15172b;
border-radius: 20px;
@@ -61,13 +59,15 @@
top: -20px;
transform: translateY(0);
transition: transform 200ms;
width: 76px;
width: 115px;
}
.cut-short {
width: 50px;
.cut-short-name {
width: 52px;
}
.cut-short-app {
width: 41px;
}
.input:focus ~ .cut,
.input:not(:placeholder-shown) ~ .cut {
transform: translateY(8px);