Skip to content

Instantly share code, notes, and snippets.

@marushu
Created January 17, 2016 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marushu/347cdc38cc273d1860bf to your computer and use it in GitHub Desktop.
Save marushu/347cdc38cc273d1860bf to your computer and use it in GitHub Desktop.
/*--------------------------------------------------------------
# OpeningHours table.
--------------------------------------------------------------*/
.opening-hours {
background-color: #fff;
border: 2px solid #999;
table {
text-align: center;
color: #42210B;
border-bottom: 2px solid #999;
th, td {
text-align: center;
padding: 5px;
border-right: 1px solid #999;
border-bottom: 1px dotted #999;
&:last-child {
border-right: none;
}
}
th {
background-color: #FDF4E8;
}
thead {
border-bottom: 2px solid #999;
}
tbody {
td {
&:first-child {
text-align: right;
}
}
}
.open-close {
background-color: $tohoya-base-heading-color;
color: #fff;
width: 35%;
}
.saturday {
color: #49B4C3;
}
}
ul {
margin: 1em;
li {
color: $tohoya-caution-color;
position: relative;
padding-left: 1em;
@include font-size(1.2);
&:before {
content: '※';
position: absolute;
left: 0;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment