Path: blob/master/docker/platerec_installer/assets/style.css
1091 views
a.nav-link,1a.nav-link:focus {2color: #495057;3width: 150px;4font-size: 130%;5text-align: center;6border-bottom: none !important;7cursor: pointer;8}9a.nav-link.active {10font-weight: bold;11}12.background {13z-index: 2;14position: fixed;15width: 100%;16height: 100%;17top: 0;18left: 0;19right: 0;20bottom: 0;21background-color: rgba(0, 0, 0, 0.7);22}23.splash {24text-align: center;25z-index: 3;26position: absolute;27top: 20%;28left: 30%;29width: 500px;30height: 400px;31border: 1px solid gray;32background-color: white;33}34.splash-header {35margin-top: 4em;36margin-bottom: 2em;37}38#button-choose-stream,39#button-choose-snapshot {40width: 120px;41}4243#p-status-stream {44white-space: pre-wrap;45}4647#button-submit-stream,48#update-image-stream,49#uninstall-image-stream,50#button-submit-snapshot,51#update-image-snapshot,52#uninstall-image-snapshot {53width: 80px;54margin-right: 8px;55}565758