.user { background: $color-bg-tint; .bar { border-bottom: 1px solid $color-border; } @media print { display: none; } } .user__name { input { font-size: 120%; height: 1.6em; } } .user__rm { font-size: 120%; padding: $padding; line-height: 1.6; } .user__comment textarea { width: 100%; min-height: 15em; border: none; padding: $padding; }