1
0
Fork 0
mirror of synced 2024-08-05 13:31:36 +12:00
appwrite/public/styles/comps/events.less

20 lines
372 B
Text
Raw Normal View History

2022-05-04 22:54:34 +12:00
.events.row {
border-bottom: solid 1px var(--config-color-fade-super);
2022-05-09 01:09:08 +12:00
2022-05-04 22:54:34 +12:00
.col {
span.text {
display: inline-block;
width: calc(100% - 28px);
word-break: break-all;
}
span.action {
.pull-end;
cursor: pointer;
}
}
2022-05-09 01:09:08 +12:00
&:last-child {
border-bottom: none;
}
2022-05-04 22:54:34 +12:00
}