update: padding for admin-circles and -projects + send and edit icons rounded

This commit is contained in:
gaelle morin
2020-09-22 16:10:22 +02:00
parent 61a7bfd222
commit 3f840a3005
5 changed files with 21 additions and 8 deletions

View File

@ -568,6 +568,10 @@ h5 {
text-align: center;
}
.block {
display: block;
}
.flex {
display: flex;
}
@ -700,6 +704,12 @@ a,
border-radius: 50%;
font-size: 1.8rem;
padding: 1rem;
height: 42px;
width: 42px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
}
&.button-link {

View File

@ -153,6 +153,10 @@
.desktop-btn-margin__left;
}
}
&.is-spaced {
padding: 0.8rem 2.2rem;
}
}
.cell-with-name {
@ -164,7 +168,6 @@
/* Styles of elements inside cells */
.user-thumb,
[name='user-thumb'] {
vertical-align: middle;
text-align: left;