GeneralΒΆ
Some general css class specifications for easier development, without specifi.
| Class | Description |
|---|---|
| .clear-both | add css style clear:both |
| .clickable | add cursor: pointer |
| .continuous-text | add bigger font-size and bigger line-height for better readable text |
| .copy-container | container for a copy button, button will place in the absolute right |
| .display-flex | add display: flex style |
| .display-flex-justify | add display: flex display: flex; align-items: center; justify-content: center; style |
| .display-inline-block | add display: inline-block |
| .evan-relative | add position: relative |
| .evan-seperator | use a div as seperator with a height: 2px + margin: 30px |
| .evan-small-seperator | add a div as seperator with a height of 1px |
| .evan-spacing | add a spacing between content of 40px |
| .font-medium | add font-weight: 600; |
| .no-margin-bottom, .m-b-0 | add margin-bottom: 0px !important |
| .no-margin-left, .m-l-0 | add margin-left: 0px !important |
| .no-margin-right, .m-r-0 | add margin-right: 0px !important |
| .no-margin-top, .m-t-0 | add margin-top: 0px !important |
| .no-padding-bottom, .p-b-0 | add padding-bottom: 0px !important |
| .no-padding-left, .p-l-0 | add padding-left: 0px !important |
| .no-padding-right, .p-r-0 | add padding-right: 0px !important |
| .no-padding-top, .p-t-0 | add padding-top: 0px !important |
| .scroll-content | add overflow-y: auto and a better css3 look scrollbar |
| .evan-list | add it to ion-list for better evan.network style |
| iframe.evan-dapp | shows an iframe on fullscreen (position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto;) |
| .evan-logo | sets background-img to evan-logo.svg |
| .evan-logo-favicon | sets background-img to evan-favicon.png |
| .evan-beauty-screen | shows the initial loading screen of the evan.network dapp-browser |