Merge branch 'modal-styles' into 'develop'
Minor styles improvements See merge request soapbox-pub/soapbox-fe!939
This commit is contained in:
commit
02d6574ede
5 changed files with 9 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
|
|
|
@ -246,6 +246,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
article:last-child > .domain {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.domain__wrapper {
|
||||
display: flex;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue