[UPDT] Style updates
This commit is contained in:
@@ -41,6 +41,49 @@
|
||||
ul{
|
||||
list-style-type: none;
|
||||
}
|
||||
ion-icon {
|
||||
pointer-events: none;
|
||||
}
|
||||
.row-status--purple {
|
||||
border-left: 4px solid rgba(128, 128, 128, 0.482);
|
||||
border-radius: 5px;
|
||||
}
|
||||
.row-status--cyan {
|
||||
border-left: 4px solid cyan;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.row-status--yellow {
|
||||
border-left: 4px solid yellowgreen;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.row-status--red {
|
||||
border-left: 4px solid red;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.row-status--black {
|
||||
border-left: 4px solid black;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.row-status--gray {
|
||||
border-left: 4px solid gray;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.row-status--orange {
|
||||
border-left: 4px solid orange;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.row-status--gray {
|
||||
border-left: 4px solid gray;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.row-status--yellow {
|
||||
border-left: 4px solid yellowgreen;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.row-status--blue {
|
||||
border-left: 4px solid rgb(103, 171, 238);
|
||||
border-radius: 5px;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user