Skip to content

Instantly share code, notes, and snippets.

@dbani-dev
Last active August 29, 2015 14:18
Show Gist options
  • Save dbani-dev/b3e35560ff7b3df38124 to your computer and use it in GitHub Desktop.
Save dbani-dev/b3e35560ff7b3df38124 to your computer and use it in GitHub Desktop.
.event-result {
@include frame-style;
&__group {
display: table;
width: 100%;
}
&__stats {
text-align: center;
font-style: normal;
font-weight: 700;
display: table-cell;
padding: 10px 20px;
border: {
right: 1px solid $defaultBorderColor;
}
&:last-child {
border: 0;
}
&-label,
&-output {
display: block;
}
&-label {
color: $bodyTextColorSecondaryColor;
@include size(font-size, 14);
}
&-output {
@include size(font-size, 18);
}
}
@include breakpoint(mobile) {
&__group {
display: block;
}
&__stats {
display: block;
border: 0;
border-bottom: 1px solid $defaultBorderColor;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment