Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[1]
-
- Code
-
... ... @@ -1,7 +1,4 @@ 1 -.card1 {min-height: 200px; 2 - border-radius: 10px !important; 3 - box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); 4 -} 1 +.cardfooter1 {padding: 0 12px 0 0;} 5 5 .border-blue {border-color: blue; } 6 6 .border-green {border-color: green; } 7 7 .border-cyan {border-color: cyan; } ... ... @@ -12,6 +12,6 @@ 12 12 .bg-red {background-color: red;} 13 13 .h2-black > h2 {color: black;} 14 14 .h2-blue > h2 {color: blue;} 15 -.h2-green > h2 {color: green; background-color: green; padding: 4px 20px 4px 8px;}12 +.h2-green > h2 {color: green;} 16 16 .h2-cyan > h2 {color: cyan;} 17 17 .h2-red > h2 {color: red;}