X-Git-Url: https://git.mdrn.pl/cas.git/blobdiff_plain/6e3dcb6d3a61a9dcd85dc5bf5e44c2d49a5a1cb3..639f17ee0781009187a564cf5679f4bd11bff43c:/src/cas/static/css/main.css diff --git a/src/cas/static/css/main.css b/src/cas/static/css/main.css index 134f3bf..0c5cda4 100644 --- a/src/cas/static/css/main.css +++ b/src/cas/static/css/main.css @@ -132,8 +132,41 @@ footer, #content_push { .menu img { box-shadow: 0 0 .2em black; + margin-bottom: 1em; } code.key { - word-wrap: break-word; + white-space: nowrap; + width: 100%; + overflow: hidden; + text-overflow: ellipsis; + display: block; + color: #666; +} + + +.service-list { + display: flex; + gap: 10px; + flex-wrap: wrap; +} +a.service { + width: 130px; + height: 80px; + background: white; + box-shadow: 3px 3px 5px #aaa; + padding: 10px; + position: relative; + display: flex; + color: black; + align-items: center; + justify-content: center; +} +a.service:hover { + text-decoration: none; + background: orange; +} +.service-icon { + max-width: 100%; + max-height: 100%; }