fake-log/public/stylesheets/_row-value.scss
2018-09-11 17:34:48 +02:00

23 lines
317 B
SCSS

article {
padding: 10px 0;
&:not(:last-child) {
border-bottom: 1px solid red;
}
.daneWiersz {
display: flex;
.tytul {
width: 100%;
max-width: 250px;
text-align: right;
font-weight: bold;
line-height: 1.5;
}
.wartosc {
margin-left: 10px;
}
}
}