Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2019-10-14 09:33:52 +02:00
Родитель 4d3356ec97
Коммит 827c184c8d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
8 изменённых файлов: 53 добавлений и 53 удалений

Просмотреть файл

@ -121,7 +121,7 @@ export default {
.wrapper { .wrapper {
width: 100%; width: 100%;
padding: 0px 0 0px 0; padding: 0 0 0 0;
&:focus { &:focus {
background-color: rgba(47, 47, 47, 0.068); background-color: rgba(47, 47, 47, 0.068);
} }
@ -141,7 +141,7 @@ export default {
display: flex; display: flex;
min-width: 110px; min-width: 110px;
color: #989898; color: #989898;
padding: 0px 8px 0 8px; padding: 0 8px 0 8px;
} }
.actions { .actions {

Просмотреть файл

@ -88,7 +88,7 @@ export default {
display: flex; display: flex;
flex-grow: 1; flex-grow: 1;
flex-direction: column; flex-direction: column;
font-size: 20; font-size: 20px;
&-header { &-header {
color: var(--color-text-maxcontrast); color: var(--color-text-maxcontrast);
} }

Просмотреть файл

@ -91,7 +91,7 @@ export default {
.app-navigation-search { .app-navigation-search {
position: sticky; position: sticky;
top: 0px; top: 0;
background-color: white; background-color: white;
border-bottom: 1px solid lightgray; border-bottom: 1px solid lightgray;
&__input { &__input {

Просмотреть файл

@ -98,7 +98,7 @@ export default {
.settings { .settings {
position: sticky; position: sticky;
bottom: 0px; bottom: 0;
border-top: 1px solid lightgray; border-top: 1px solid lightgray;
} }
</style> </style>