123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- #welcome {
- padding: 16px 32px;
- line-height: 1.4em;
- .state {
- margin-top: 1em;
- &.error {
- color: $status-error;
- }
- }
- h2 {
- display: block;
- margin-bottom: 20px;
- }
- &, input {
- text-align: center;
- }
- md-input-container {
- margin-left: 32px;
- margin-right: 32px;
- }
- .scan {
- .password-entry {
- margin-top: 16px;
- }
- .instructions {
- margin-bottom: 16px;
- }
- md-input-container {
- margin-top: 12px;
- margin-bottom: 0;
- }
- qrcode {
- canvas {
- max-width: 100%;
- }
- }
- }
- .unlock {
- padding-top: 16px;
- .password-entry {
- margin-top: 32px;
- margin-bottom: 48px;
- }
- md-input-container {
- margin-top: 24px;
- margin-bottom: 8px;
- }
- button {
- margin-top: 0;
- margin-left: 0;
- margin-bottom: 32px;
- }
- }
- .manual-start {
- .illustration {
- margin-top: 24px;
- margin-bottom: 24px;
- }
- ol {
- width: 90%;
- margin: 16px auto 0;
- list-style-position: inside;
- li {
- margin-bottom: 4px;
- }
- }
- }
- .already-connected {
- .illustration {
- margin-top: 16px;
- margin-bottom: 28px;
- margin-left: 12px;
- }
- }
- .loading {
- margin-top: 48px;
- md-progress-circular {
- margin: 0 auto;
- svg path {
- stroke-width: 12px !important;
- }
- }
- .info {
- height: 250px;
- position: relative;
- top: -250px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- .percentage {
- font-size: 4em;
- margin-bottom: 8px;
- line-height: 1em;
- font-weight: 300;
- vertical-align: center;
- }
- }
- .protocol-updated {
- font-size: 0.9em;
- background-color: $status-error;
- color: white;
- font-weight: bold;
- position: absolute;
- bottom: 148px;
- padding: 8px 8px;
- width: calc(100% - 16px);
- a {
- color: #9dd0f2;
- }
- }
- .troubleshoot {
- $troubleshoot-height: 190px;
- height: $troubleshoot-height;
- width: 100%;
- position: absolute;
- bottom: -$troubleshoot-height - 32px;
- h3 {
- margin-bottom: 8px;
- height: 44px;
- }
- ul {
- list-style-type: none;
- }
- .forget {
- margin-top: 8px;
- }
- }
- }
- }
|