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,69 @@ 1229 1229 } 1230 1230 } 1231 1231 1232 +.resource-inline-cta { 1233 + position: relative; 1234 + display: flex; 1235 + align-items: center; 1236 + justify-content: space-between; 1237 + gap: 22px; 1238 + margin: 32px 0; 1239 + padding: 22px 24px 22px 30px; 1240 + border: 1px solid fade(@brand, 20%); 1241 + border-radius: @radius; 1242 + background: #fff; 1243 + box-shadow: @shadow-sm; 1244 + overflow: hidden; 1232 1232 1246 + &:before { 1247 + content: ""; 1248 + position: absolute; 1249 + top: 0; 1250 + bottom: 0; 1251 + left: 0; 1252 + width: 5px; 1253 + background: linear-gradient(180deg, @brand 0%, @brand-strong 100%); 1254 + } 1233 1233 1256 + p { 1257 + position: relative; 1258 + z-index: 1; 1259 + margin: 0; 1260 + color: @muted; 1261 + font-size: 15px; 1262 + line-height: 1.6; 1263 + } 1264 + 1265 + strong { 1266 + display: block; 1267 + margin-bottom: 4px; 1268 + color: @text; 1269 + font-size: 17px; 1270 + line-height: 1.35; 1271 + } 1272 + 1273 + .btn { 1274 + position: relative; 1275 + z-index: 1; 1276 + flex-shrink: 0; 1277 + white-space: nowrap; 1278 + } 1279 + 1280 + .btn-secondary { 1281 + border-color: @text; 1282 + background: @text; 1283 + color: #fff; 1284 + 1285 + &:hover, 1286 + &:focus { 1287 + border-color: @brand-strong; 1288 + background: @brand-strong; 1289 + color: #fff; 1290 + text-decoration: none; 1291 + } 1292 + } 1293 +} 1294 + 1234 1234 .resource-note, 1235 1235 .resource-checklist, 1236 1236 display: flow-root;