Merge branch 'modal-styles' into 'develop'

Minor styles improvements

See merge request soapbox-pub/soapbox-fe!939
This commit is contained in:
marcin mikołajczak 2021-12-30 14:46:40 +00:00
commit 02d6574ede
5 changed files with 9 additions and 1 deletions

View file

@ -14,6 +14,10 @@
border-radius: 8px 8px 0 0;
}
&__content {
padding: 0;
}
&__accounts {
background: var(--background-color);
overflow-y: auto;
@ -33,7 +37,7 @@
.search {
display: flex;
flex-direction: row;
margin: 10px 0;
margin: 10px;
> label {
flex: 1 1;

View file

@ -246,6 +246,10 @@
}
}
article:last-child > .domain {
border-bottom: none;
}
.domain__wrapper {
display: flex;
}