Changes for page Public Web Site
Last modified by Agnease on 2026/07/07 14:40
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -1229,8 +1229,58 @@ 1229 1229 } 1230 1230 } 1231 1231 1232 +.resource-inline-cta { 1232 1232 1233 1233 1235 + &:before { 1236 + content: ""; 1237 + position: absolute; 1238 + top: 0; 1239 + bottom: 0; 1240 + left: 0; 1241 + width: 5px; 1242 + background: linear-gradient(180deg, @brand 0%, @brand-strong 100%); 1243 + } 1244 + 1245 + p { 1246 + position: relative; 1247 + z-index: 1; 1248 + margin: 0; 1249 + color: @muted; 1250 + font-size: 15px; 1251 + line-height: 1.6; 1252 + } 1253 + 1254 + strong { 1255 + display: block; 1256 + margin-bottom: 4px; 1257 + color: @text; 1258 + font-size: 17px; 1259 + line-height: 1.35; 1260 + } 1261 + 1262 + .btn { 1263 + position: relative; 1264 + z-index: 1; 1265 + flex-shrink: 0; 1266 + white-space: nowrap; 1267 + } 1268 + 1269 + .btn-secondary { 1270 + border-color: @text; 1271 + background: @text; 1272 + color: #fff; 1273 + 1274 + &:hover, 1275 + &:focus { 1276 + border-color: @brand-strong; 1277 + background: @brand-strong; 1278 + color: #fff; 1279 + text-decoration: none; 1280 + } 1281 + } 1282 +} 1283 + 1234 1234 .resource-note, 1235 1235 .resource-checklist, 1236 1236 display: flow-root;