Update client selection to match figma

This commit is contained in:
Jorik Schellekens
2020-09-10 11:27:47 +01:00
parent 18ad88f683
commit a82c318ecf
11 changed files with 132 additions and 36 deletions
+6 -2
View File
@@ -18,7 +18,11 @@ limitations under the License.
display: grid;
row-gap: 24px;
.advancedPlaceholder {
height: 245px;
.inviteTileClientSelection {
margin: 0 5%;
display: grid;
justify-content: space-between;
row-gap: 20px;
}
}