Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Morpheus/stylesheets/ui/_cards.less')
-rw-r--r--plugins/Morpheus/stylesheets/ui/_cards.less45
1 files changed, 33 insertions, 12 deletions
diff --git a/plugins/Morpheus/stylesheets/ui/_cards.less b/plugins/Morpheus/stylesheets/ui/_cards.less
index 3a87e02f13..0daebd4601 100644
--- a/plugins/Morpheus/stylesheets/ui/_cards.less
+++ b/plugins/Morpheus/stylesheets/ui/_cards.less
@@ -1,15 +1,36 @@
+h1, h2, h3, h4 {
+ &.card-title {
+ color: @theme-color-text !important;
+ a {
+ color: @theme-color-text !important;
+ }
+ }
+}
+
.card {
- color: @theme-color-text-light;
- padding: 15px;
- margin: 9px 0;
- border-radius: 2px;
- background-color: #fff;
- -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
- -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
- box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
- position: relative;
-
- &:hover {
- background-color: @color-silver-l95;
+ h1, h2, h3, h4 {
+ color: @theme-color-text;
+ }
+
+ > .card-content {
+ .card-table {
+ margin: 16px 0 16px -20px;
+ box-shadow: 0 0;
+ width: ~"calc(100% + 40px)";
+ border-radius: 0;
+ }
}
+
+ .card-content {
+ color: @theme-color-text;
+ .card-title {
+ margin-bottom: 16px;
+ display: block;
+ font-weight: 400;
+ }
+ }
+}
+
+.card-table + .tableActionBar {
+ margin: 0 0 0 -20px;
} \ No newline at end of file