github.com/chenbh/concourse/v6@v6.4.2/skymarshal/web/static/main.css (about) 1 * { 2 box-sizing: border-box; 3 } 4 5 body { 6 margin: 0; 7 } 8 9 .dex-container { 10 color: #333; 11 margin: 50px auto; 12 width: 330px; 13 text-align: center; 14 } 15 16 .dex-btn { 17 border: 0; 18 cursor: pointer; 19 font-size: 16px; 20 padding: 0; 21 } 22 23 .dex-btn:focus { 24 outline: none; 25 } 26 27 .dex-btn:active { 28 outline: none; 29 } 30 31 .dex-btn-icon { 32 background-image: url(../static/img/default-icon.svg); 33 background-position: center; 34 background-repeat: no-repeat; 35 background-size: 45%; 36 float: left; 37 height: 36px; 38 margin-right: 5px; 39 width: 36px; 40 } 41 42 .dex-btn-text { 43 font-weight: 600; 44 line-height: 36px; 45 padding: 6px 12px; 46 text-align: center; 47 } 48 49 .dex-subtle-text { 50 color: #999; 51 font-size: 12px; 52 } 53 54 .dex-separator { 55 color: #999; 56 } 57 58 .dex-list { 59 color: #999; 60 display: inline-block; 61 font-size: 12px; 62 list-style: circle; 63 text-align: left; 64 } 65 66 .dex-error-box { 67 color: #E74C3C; 68 font-size: 14px; 69 font-weight: normal; 70 max-width: 320px; 71 padding: 4px 0; 72 margin: 20px auto 0; 73 } 74 75 .dex-btn-icon--cf { 76 background-image: url(../static/img/cf-icon.svg); 77 } 78 79 .dex-btn-icon--local { 80 background-image: url(../static/img/username-icon.svg); 81 } 82 83 .dex-btn-icon--github { 84 background-size: 50%; 85 background-image: url(../static/img/github-icon.svg); 86 } 87 88 .dex-btn-icon--gitlab { 89 background-image: url(../static/img/gitlab-icon.svg); 90 } 91 92 .dex-btn-icon--bitbucket { 93 background-image: url(../static/img/bitbucket-icon.svg); 94 } 95 96 .dex-btn-icon--linkedin { 97 background-image: url(../static/img/linkedin-icon.svg); 98 } 99 100 .dex-btn-icon--microsoft { 101 background-image: url(../static/img/microsoft-icon.svg); 102 }