feat: implement rating summary service methods and integrate rating display components into the organization header and pending ratings page
This commit is contained in:
@@ -63,6 +63,15 @@
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
text-align: left;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.serviceHeader {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
gap: 12px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.selectableServiceItem p {
|
||||
@@ -78,3 +87,11 @@
|
||||
font-weight: 700;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.selectableServiceItem > div {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.selectableServiceItem > .serviceHeader {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user