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:
@@ -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,
|
||||
|
@@ -1,6 +1,6 @@
|
||||
body
|
||||
{
|
||||
font-size: 16px;
|
||||
font-size: var(--font-size);
|
||||
}
|
||||
|
||||
main
|
||||
|
@@ -26,7 +26,7 @@ nav a
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
height: 100%;
|
||||
padding: 24px;
|
||||
padding: 15px;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
|
@@ -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;
|
||||
|
||||
|
@@ -1,3 +1,4 @@
|
||||
:root {
|
||||
--btn-size-medium: 60px;
|
||||
--btn-size-medium: 44px;
|
||||
--font-size: 14px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user