1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 13:52:56 +02:00

feat(admin-plugin): styles upd #211

This commit is contained in:
Awilum
2020-01-16 21:39:56 +03:00
parent d512a04c95
commit cb56a86900
3 changed files with 7 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
.content .top-bar
{
min-height: 44px;
padding: 11.5px 0;
color: rgba(255, 255, 255, .7);
@@ -50,6 +51,7 @@
.content .path-bar
{
min-height: 44px;
padding: 10px 20px;
background: #f7f7f7;

View File

@@ -0,0 +1,4 @@
.select2-container--default .select2-selection--single
{
border-radius: 0;
}

View File

@@ -5,6 +5,7 @@
@import 'nav';
@import 'content';
@import 'table';
@import 'form';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';