@import '../../variables.scss'; .header { display: flex; flex-direction: row; justify-content: space-between; align-items: flex-end; background: $lightgrey; margin-bottom: 30px; padding: 20px; .status { font-size: 12px; color: $darkestgrey; &.online { color: $green; } span { margin-left: 5px; } } .closeContainer { background: $lightgrey; line-height: 12px; span { color: $darkestgrey; cursor: pointer; } } } .container section { margin-bottom: 30px; padding: 0 20px; .pay, .receive, .sent, .received { margin: 40px 0; } } .title { h1 { color: $secondary; font-weight: bold; font-size: 16px; letter-spacing: 1.1px; margin-bottom: 10px; } h2 { font-size: 12px; color: $darkestgrey; font-weight: 100; } } .stats { h4 { color: $secondary; font-weight: bold; font-size: 12px; } span { font-size: 14px; } p { margin-top: 10px; color: $darkestgrey; } .meter, .amount { height: 10px; border-radius: 10px; } .meter { background: $darkgrey; width: 100%; margin: 10px 0; } .amount { background: $darkestgrey; } } .container footer { padding: 20px; text-align: center; div { color: $red; font-size: 18px; &:hover { color: lighten($red, 10%); } } }