Minor styles improvements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
52dabed829
commit
ab886e647c
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;
|
border-radius: 8px 8px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__content {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
&__accounts {
|
&__accounts {
|
||||||
background: var(--background-color);
|
background: var(--background-color);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
@ -33,7 +37,7 @@
|
||||||
.search {
|
.search {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
margin: 10px 0;
|
margin: 10px;
|
||||||
|
|
||||||
> label {
|
> label {
|
||||||
flex: 1 1;
|
flex: 1 1;
|
||||||
|
|
|
@ -246,6 +246,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article:last-child > .domain {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
.domain__wrapper {
|
.domain__wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue