You've already forked openaccounting-web
forked from cybercinch/openaccounting-web
initial commit
This commit is contained in:
44
src/app/dashboard/dashboard.scss
Normal file
44
src/app/dashboard/dashboard.scss
Normal file
@@ -0,0 +1,44 @@
|
||||
@import '../../sass/variables';
|
||||
|
||||
.row {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.getting-started {
|
||||
position: relative;
|
||||
.close {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
}
|
||||
.card-body {
|
||||
padding: 0
|
||||
}
|
||||
}
|
||||
|
||||
.budget {
|
||||
.hidden {
|
||||
display: none
|
||||
}
|
||||
.expanded .hidden {
|
||||
display: flex
|
||||
}
|
||||
.amount {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
.recent {
|
||||
.amount {
|
||||
text-align: right;
|
||||
}
|
||||
.amount.negative {
|
||||
color: $negative;
|
||||
}
|
||||
.hidden {
|
||||
display: none
|
||||
}
|
||||
.expanded .hidden {
|
||||
display: flex
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user