list sitekey: copy sitekey

This commit is contained in:
realaravinth
2021-07-15 18:07:12 +05:30
parent 97db774e70
commit 863d22f62c
25 changed files with 369 additions and 224 deletions

View File

@@ -16,20 +16,15 @@
*/
@import '../../vars';
@import '../../components//table/main';
.notification__table {
background-color: $white;
width: 90%;
padding: 0 10px;
@include table;
margin: auto;
}
.notification__title-text {
font-size: 1rem;
padding: 0.75rem 0.5rem;
box-sizing: border-box;
text-align: left;
width: 100%;
border-bottom: 0.1px solid $light-grey;
@include table__title-text;
}
.notification__mark-read-btn {
@@ -45,7 +40,7 @@
}
.notification-data__container {
font-size: 0.7rem;
font-size: 0.7rem;
}
.notification__mark-read {