UNPKG

gsy-component-library

Version:
119 lines (106 loc) 2.82 kB
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700"); @import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700"); @import url("https://fonts.googleapis.com/css?family=Lato:300,400,700"); @import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700"); /* VERBUND THEME */ *, *::before, *::after { box-sizing: border-box; } .base { line-height: 1.625; font-size: 16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .theme-d3a .base { background: radial-gradient(#10455c 60%, #00171f); color: #fff; font-family: "Lato", sans-serif; } .theme-verbund .base { background: radial-gradient(1292px at 50% 87.75%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(360deg, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), #283B45; color: #fff; font-family: "Roboto", sans-serif; } .isvg { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; } a { font-size: 12px; text-decoration: none; } .theme-d3a a { color: #a666ff; } .theme-verbund a { color: #a666ff; } a:hover { font-weight: 400; text-decoration: underline; } a:focus, input:focus, button:focus, select:focus { outline: 0; } .small { font-size: 12px; } .bigNumbers { font-size: 36px; } .theme-d3a .bigNumbers { color: #fff; } .theme-verbund .bigNumbers { color: #fff; } .theme-d3a .highlighted { color: #35d7c6; } .theme-verbund .highlighted { color: #35d7c6; } .dropdown * { font-weight: 100; } .theme-d3a .dropdown * { font-family: "Lato", sans-serif; } .theme-verbund .dropdown * { font-family: "Roboto", sans-serif; } .dropdown .label { font-size: 16px; font-weight: 100; line-height: 22px; color: white; margin-bottom: 11.6px; } .dropdown > .actions { line-height: 45px; padding: 0 16px; border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 4px; min-width: 175px; position: relative; cursor: pointer; font-size: 14px; color: #ADADAD; } .dropdown > .actions:hover { color: white; } .dropdown > .actions.open img { transform: rotate(180deg); } .dropdown > .actions img { position: absolute; right: 15px; top: calc(50% - 4px); } .dropdown > .actions .list { position: absolute; width: 100%; left: 0; top: calc(100% + 3px); line-height: 35px; border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 4px; min-width: 175px; color: #ADADAD; background: #25363f; } .dropdown > .actions .list .action { padding: 0 16px; } .dropdown > .actions .list .action:hover { color: white; } .out-side { position: fixed; left: 0; top: 0; right: 0; bottom: 0; }