123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347 |
- .gradient-tip {
- content: '';
- display: block;
- width: 100%;
- height: @gridHeight * 0.75;
- left: 0px;
- position: absolute;
- pointer-events: none;
- }
- .sidePadding {
- padding-left: 11px;
- padding-right: 11px;
- }
- // OS-specific styles
- html.darwin aside.sidebar {
- top: @gridHeight;
- &::after {
- top: @gridHeight;
- }
- nav {
- margin-top: @gridHeight;
- }
- }
- aside.sidebar {
- display: flex;
- flex-flow: column nowrap;
- justify-content: space-between;
- -webkit-app-region: drag;
- z-index: 4;
- position: absolute;
- top: @gridHeight / 2;
- left: 0;
- bottom: 0;
- width: @widthSideBar;
- &::after {
- .gradient-tip();
- top: @gridHeight / 2;
- height: 8px;
- background-image: linear-gradient(
- to top,
- rgba(241, 241, 241, 0) 0%,
- rgba(241, 241, 241, 1) 100%
- );
- }
- nav {
- position: relative;
- margin-top: @gridHeight / 2;
- padding: 0 12px 0;
- overflow: hidden;
- min-height: 0;
- &:hover {
- overflow-y: auto;
- }
- > ul {
- margin: 6px 0;
- padding: 0;
- width: 54px;
- > li {
- overflow: hidden;
- margin-bottom: 14px;
- transition-delay: 200ms;
- -webkit-app-region: no-drag;
- // draggable LI
- &.ui-sortable-helper {
- transform: scale(1.1);
- .submenu-container {
- display: none;
- }
- }
- &:hover {
- .submenu-container {
- opacity: 1;
- visibility: visible;
- }
- }
- &.selected,
- &:active,
- &:hover,
- &:focus {
- button.main {
- opacity: 1;
- }
- }
- button.main {
- height: 55px;
- width: 54px;
- display: block;
- opacity: 0.6;
- transition: 100ms opacity linear;
- &:focus {
- outline: 0;
- border: none;
- }
- .icon-globe {
- font-size: 32px;
- text-align: center;
- display: block;
- background-color: #fff;
- padding-top: 10px;
- }
- img,
- .icon-globe {
- width: 54px;
- height: 54px;
- -webkit-mask-image: url('icons/mask-icon.svg');
- -webkit-mask-size: cover;
- }
- }
- }
- }
- .submenu-container {
- width: 185px;
- position: fixed;
- left: 90px;
- top: 120px;
- border-radius: 5px;
- z-index: 1000;
- visibility: hidden;
- opacity: 0;
- cursor: default;
- transition: 150ms linear all, 1ms linear top;
- transition-delay: 200ms;
- transform: translateY(-11px);
- // backdrop-filter: blur(0);
- &::before {
- @tipSize: 8px;
- content: '';
- margin-left: -@tipSize;
- margin-top: 19px + 11px;
- display: block;
- position: absolute;
- width: 0px;
- height: @tipSize * 2.25;
- border: 0px solid transparent;
- border-width: @tipSize;
- border-left: 0;
- border-right-color: rgba(0, 0, 0, 0.78);
- }
- button {
- &:active,
- &:focus {
- transform: none;
- border: none;
- }
- }
- section {
- padding: 8px 0 0;
- background-color: rgba(0, 0, 0, 0.78);
- // backdrop-filter: blur(5px);
- width: 100%;
- border-radius: 5px;
- color: #fff;
- position: relative;
- header {
- .sidePadding();
- padding-bottom: 11px;
- }
- span {
- font-weight: 400;
- }
- a,
- button {
- color: #fff;
- }
- .badge {
- font-size: 11px;
- }
- .remove-tab {
- color: #a6a6a6;
- position: absolute;
- right: 5px;
- top: 4px;
- width: 14px;
- &:hover {
- color: #fff;
- }
- }
- .accounts {
- margin-top: 11px;
- button {
- font-size: 12px;
- font-weight: 300;
- text-transform: uppercase;
- width: 100%;
- }
- .connect {
- background-color: #4c92e6;
- border-radius: 4px;
- padding: 3px 0;
- }
- .display {
- @identiconHeight: 17px;
- text-align: left;
- line-height: @identiconHeight;
- .dapp-identicon-container {
- float: right;
- height: @identiconHeight;
- }
- .dapp-identicon {
- margin-right: 0px;
- width: @identiconHeight;
- height: @identiconHeight;
- &:not(:last-child) {
- margin-right: 4px;
- }
- }
- }
- }
- }
- .sub-menu {
- margin: 6px 0;
- padding: 0;
- border-top: 1px solid rgba(255, 255, 255, 0.15);
- overflow-y: auto;
- overflow-x: hidden;
- padding-bottom: 0.1em;
- margin-top: 2px;
- margin-bottom: 0;
- li {
- opacity: 1;
- font-weight: normal;
- font-size: 14px;
- margin-bottom: 0;
- button {
- padding: 8px 0 6px;
- .sidePadding();
- box-sizing: border-box;
- width: 100%;
- text-align: left;
- background-color: rgba(255, 255, 255, 0);
- transition: 150ms linear background-color;
- margin: 5px 0;
- display: -webkit-box;
- -webkit-line-clamp: 2; // 2 lines max
- -webkit-box-orient: vertical;
- overflow: hidden;
- text-overflow: ellipsis;
- &:hover {
- background-color: rgba(255, 255, 255, 0.2);
- }
- .badge {
- display: block;
- opacity: 0.8;
- }
- }
- }
- }
- }
- }
- .node-info {
- position: relative;
- cursor: default;
- &::after {
- .gradient-tip();
- height: 20px;
- top: -(20px - 1);
- background-image: linear-gradient(
- to bottom,
- rgba(241, 241, 241, 0) 0%,
- rgba(241, 241, 241, 1) 100%
- );
- }
- display: flex;
- flex-flow: row wrap;
- flex-shrink: 0;
- padding: 8px;
- font-size: 0.9em;
- color: @colorTextSecondary;
- div,
- span {
- padding: @gridHeight / 2 1px;
- flex: 1;
- text-align: center;
- }
- i {
- display: block;
- margin-bottom: 2px;
- }
- progress {
- flex: 1 100%;
- }
- .mining-indicator {
- flex: 3;
- }
- .block-number {
- flex: 2;
- white-space: nowrap;
- }
- .test-chain {
- flex: 1 100%;
- padding: 1px 5px 2px;
- font-size: 90%;
- }
- .remote-indicator {
- flex: 3;
- font-size: 90%;
- background: #e2e2e2;
- border-radius: 3px;
- padding: 5px;
- }
- }
- }
- .app-blur aside.newsidebar nav::after {
- background-image: linear-gradient(
- to bottom,
- rgba(246, 246, 246, 0) 0%,
- rgba(246, 246, 246, 1) 100%
- );
- }
|