1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

feat(admin-plugin): styles updats, fixing sizing to 44x44 #211

This commit is contained in:
Awilum
2020-01-16 00:40:50 +03:00
parent f95c937e05
commit 6420a60fb2
5 changed files with 7 additions and 8 deletions

View File

@@ -30,7 +30,7 @@
.content .top-bar
{
padding: 17.5px 0;
padding: 11.5px 0;
color: rgba(255, 255, 255, .7);
background: black;
@@ -38,7 +38,7 @@
.content .top-bar .btn
{
padding: 20.5px;
padding: 13.5px;
}
.content .top-bar .btn.active,

View File

@@ -1,6 +1,6 @@
body
{
font-size: 16px;
font-size: var(--font-size);
}
main

View File

@@ -26,7 +26,7 @@ nav a
width: 100%;
min-width: 0;
height: 100%;
padding: 24px;
padding: 15px;
cursor: pointer;

View File

@@ -33,9 +33,7 @@ table > tbody > tr > th,
table > thead > tr > th,
table > tfoot > tr > th
{
font-size: 16px;
padding: 17.5px 20px;
padding: 11px 20px;
vertical-align: middle;

View File

@@ -1,3 +1,4 @@
:root {
--btn-size-medium: 60px;
--btn-size-medium: 44px;
--font-size: 14px;
}