~jan0sch/smederee
Showing details for patch c3721f43068767ad56e1e17f5dde9ad24fc9d6a0.
diff -rN -u old-smederee/modules/hub/src/main/resources/assets/css/main.css new-smederee/modules/hub/src/main/resources/assets/css/main.css --- old-smederee/modules/hub/src/main/resources/assets/css/main.css 2025-02-02 09:51:53.280946237 +0000 +++ new-smederee/modules/hub/src/main/resources/assets/css/main.css 2025-02-02 09:51:53.280946237 +0000 @@ -3,6 +3,20 @@ /*margin-right: 1em;*/ } +.pure-button { + background-color: #1f8dd6; + color: white; + padding: 0.5em 2em; + border-radius: 5px; +} + +a.pure-button-primary { + background: white; + color: #1f8dd6; + border-radius: 5px; + font-size: 120%; +} + .button-success, .button-error, .button-warning, @@ -28,20 +42,6 @@ background: rgb(66, 184, 221); } -.pure-button { - background-color: #1f8dd6; - color: white; - padding: 0.5em 2em; - border-radius: 5px; -} - -a.pure-button-primary { - background: white; - color: #1f8dd6; - border-radius: 5px; - font-size: 120%; -} - .pure-img-responsive { max-width: 100%; height: auto;