You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
320 B
SCSS
25 lines
320 B
SCSS
|
4 years ago
|
.display-created{
|
||
|
|
display: inline-block;
|
||
|
|
|
||
|
|
color:#000;
|
||
|
|
}
|
||
|
|
.padding{
|
||
|
|
padding-left:5px;
|
||
|
|
padding-right: 5px;
|
||
|
|
}
|
||
|
|
.bold{
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
.color-black{
|
||
|
|
color:#000;
|
||
|
|
}
|
||
|
|
.date{
|
||
|
|
position: absolute;
|
||
|
|
font-size: 12px;
|
||
|
|
padding: 10px;
|
||
|
|
right:0;
|
||
|
|
|
||
|
|
}
|
||
|
|
.transaction-list{
|
||
|
|
margin-top:20px;
|
||
|
|
}
|