Skip to content
Snippets Groups Projects
Commit e12ee379 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

hide padding for first event row

parent a10f917a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -31,6 +31,10 @@
*
*/
.event-item {
&:first-child {
padding-top: 0;
}
border-bottom: 1px solid #eee;
.event-title {
color: #333;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment