github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/ui/ccl/src/views/clusterviz/containers/map/needEnterpriseLicense.styl (about) 1 // Copyright 2018 The Cockroach Authors. 2 // 3 // Licensed as a CockroachDB Enterprise file under the Cockroach Community 4 // License (the "License"); you may not use this file except in compliance with 5 // the License. You may obtain a copy of the License at 6 // 7 // https://github.com/cockroachdb/cockroach/blob/master/licenses/CCL.txt 8 9 @require '~styl/base/palette.styl' 10 11 .need-license 12 padding-left 70px 13 padding-right 70px 14 padding-top 70px 15 padding-bottom 30px 16 17 .need-license-blurb 18 margin-bottom 30px 19 display flex 20 justify-content space-between 21 align-items flex-start 22 23 a 24 color $link-color 25 text-decoration none 26 27 &__header 28 text-transform none 29 letter-spacing normal 30 31 &__text 32 margin-top 20px 33 width 470px 34 line-height 26px 35 36 &__trial-link 37 font-size 16px 38 border 1px solid $button-border-color 39 border-radius 5px 40 padding-left 30px 41 padding-right 30px 42 padding-top 10px 43 padding-bottom 10px 44 45 .need-license-steps 46 border-top 1px solid $button-border-color 47 padding-top 30px 48 display flex 49 justify-content space-between 50 51 a 52 color $link-color 53 text-decoration none 54 55 .license-step 56 width 320px 57 border 1px solid $table-border-color 58 border-radius 3px 59 60 &__text 61 margin 26px 62 line-height 26px 63 64 &__image 65 width 318px 66 height 200px 67 overflow hidden 68 69 &__stepnum 70 font-family Lato-Bold