mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-13 14:13:35 +02:00
More robust themes style (#1067)
* More robust themes style * Updated changelog
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# v1.3.X
|
||||
## XX/XX/2017
|
||||
|
||||
1. [](#improved)
|
||||
* More robust styling of admin themes page [#1067](https://github.com/getgrav/grav-plugin-admin/pull/1067)
|
||||
|
||||
# v1.3.3
|
||||
## 04/12/2017
|
||||
|
||||
|
||||
@@ -159,6 +159,9 @@
|
||||
.themes {
|
||||
padding: $padding-default;
|
||||
|
||||
.card-item {
|
||||
padding: 1rem 1rem 4rem;
|
||||
}
|
||||
|
||||
.gpm-screenshot {
|
||||
text-align: center;
|
||||
@@ -170,6 +173,7 @@
|
||||
|
||||
.gpm-name {
|
||||
margin-bottom: 0.5rem;
|
||||
white-space: inherit;
|
||||
}
|
||||
|
||||
.gpm-actions {
|
||||
@@ -179,6 +183,11 @@
|
||||
padding: 1rem;
|
||||
font-size: 1rem;
|
||||
font-weight: bold;
|
||||
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 1rem;
|
||||
}
|
||||
|
||||
.active-theme .gpm-actions, &.inactive-theme .gpm-actions {
|
||||
|
||||
Reference in New Issue
Block a user