misuzu/assets/less/auth/classes/text.less
2018-03-22 02:56:41 +00:00

17 lines
264 B
Text

.text {
display: block;
width: 100%;
border: 0;
background: #1a1a1a;
border-radius: 4px;
color: #fff;
padding: 5px;
@media (max-width: @auth-mobile) {
font-size: 1.2em;
}
&__label {
display: block;
}
}