Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
pタグ以下のクラスの階層構造を変えた&コメントアウトしてるところを消した
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacook committed Nov 29, 2014
1 parent 12b7b38 commit 40e6a6f
Showing 1 changed file with 22 additions and 25 deletions.
47 changes: 22 additions & 25 deletions src/statics/less/events.less
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@
margin-bottom: 5px;
}
.event-leave-btn {
// padding: 20px 30px;
background: @leave-button-bg-color;
color: @leave-text-color;
border: 1px solid @leave-button-border-color;
Expand All @@ -174,30 +173,28 @@
margin-top: 5px;
}

p {
&.event-join-count {
color: #666;
margin-bottom: 5px;
}
&.event-status {
font-size: 18px;
font-weight: bold;
.border-radius (5px);
color: #fff;
padding: 15px 0px;
margin-top: 20px;
}
&.event-closed {
background: @brand-danger;
}
&.event-recruit {
background: @brand-primary;
}
&.event-outside {
background: @brand-info;
font-size: 14px;
padding: 12px;
}
.event-join-count {
color: #666;
margin-bottom: 5px;
}
.event-status {
font-size: 18px;
font-weight: bold;
.border-radius (5px);
color: #fff;
padding: 15px 0px;
margin-top: 20px;
}
.event-closed {
background: @brand-danger;
}
.event-recruit {
background: @brand-primary;
}
.event-outside {
background: @brand-info;
font-size: 14px;
padding: 12px;
}
}
}
Expand Down

0 comments on commit 40e6a6f

Please sign in to comment.