mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-12 16:07:59 +00:00
69 lines
1.2 KiB
Sass
Executable File
69 lines
1.2 KiB
Sass
Executable File
/********** LOGIN AND NETWORK PAGES *******/
|
|
.network.singleBlock
|
|
@extend .clear-fix
|
|
ul
|
|
padding-left: 20px
|
|
li
|
|
line-height: 36px
|
|
font-size: 13px
|
|
|
|
.module
|
|
width: 46%
|
|
float: left
|
|
margin: 0 1% 0 0
|
|
padding: 1.5%
|
|
background: $bloc-background-color
|
|
h2
|
|
display: block
|
|
|
|
h3
|
|
font-weight: 500
|
|
text-transform: none
|
|
border-bottom: 1px solid rgba(black, 0.2)
|
|
margin: 20px 0 10px 0
|
|
|
|
|
|
.singleBlock .spam-msg
|
|
resize: none
|
|
width: 100%
|
|
display: block
|
|
border-radius: 3px
|
|
padding: 4px
|
|
font-size: 13px
|
|
height: 80px
|
|
border: solid 1px rgba(0, 0, 0, 0.1)
|
|
line-height: 20px
|
|
position: relative
|
|
margin-left: -20px
|
|
margin-bottom: 10px
|
|
|
|
.highlight
|
|
background: $bloc-background-color
|
|
padding: 5px 8px
|
|
line-height: 1.7
|
|
display: inline-block
|
|
|
|
span.connection-status
|
|
line-height: 1em
|
|
font-weight: 500
|
|
font-size: 1em
|
|
&:before
|
|
content: ""
|
|
display: inline-block
|
|
height: .8em
|
|
width: .8em
|
|
margin-right: .8em
|
|
background: $color-red
|
|
color: white
|
|
&.connected:before
|
|
background: $main-color-color
|
|
|
|
.character-limit
|
|
float: right
|
|
margin-right: 18px
|
|
|
|
.connections span, .known-peers, .dht-nodes, .blocks, .last-block-time, .mining-difficulty
|
|
color: #333
|
|
font-weight: 700
|
|
|