styling.
This commit is contained in:
parent
36dacc0d3f
commit
5959a71097
@ -4,6 +4,7 @@
|
||||
width: 100px;
|
||||
align-self: flex-start;
|
||||
gap: 10px;
|
||||
background-color: rgb(54, 54, 58);
|
||||
}
|
||||
|
||||
.sidebar-button {
|
||||
@ -25,6 +26,12 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* This is a Frappe component
|
||||
.no-breadcrumbs {
|
||||
background-color: rgb(54, 54, 58);
|
||||
}
|
||||
*/
|
||||
|
||||
.page-turn-button {
|
||||
border-radius: 5px;
|
||||
border: none;
|
||||
@ -38,7 +45,9 @@
|
||||
.interaction-button {
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
background-color: mediumseagreen;
|
||||
/*background-color: mediumseagreen;*/
|
||||
color: white;
|
||||
background-color: rgb(69, 112, 101);
|
||||
}
|
||||
|
||||
#client-content {
|
||||
@ -52,3 +61,9 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
#paging-controls {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user