Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[1]
-
- Code
-
... ... @@ -1,4 +1,7 @@ 1 -.card1 {min-height: 200px;} 1 +.card1 {min-height: 200px; 2 + border-radius: 10px !important; 3 + box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); 4 +} 2 2 .border-blue {border-color: blue; } 3 3 .border-green {border-color: green; } 4 4 .border-cyan {border-color: cyan; }