2017-09-02 06:59:50 +08:00
|
|
|
// Desktop
|
2013-09-06 03:37:07 +08:00
|
|
|
// global styles that apply to the Discourse application specifically
|
|
|
|
// BEWARE: changing these styles implies they take effect anywhere they are seen
|
|
|
|
// throughout the Discourse application
|
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
// Base Elements
|
|
|
|
body.widget-dragging {
|
|
|
|
cursor: ns-resize;
|
2014-08-06 11:31:28 +08:00
|
|
|
}
|
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
header {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
// Common classes
|
|
|
|
.boxed {
|
|
|
|
height: 100%;
|
2016-05-18 01:03:08 +08:00
|
|
|
}
|
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
.grippie {
|
|
|
|
cursor: row-resize;
|
|
|
|
padding: 4px 0px;
|
2013-09-06 03:37:07 +08:00
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
&:before {
|
2016-08-04 10:24:14 +08:00
|
|
|
content: '';
|
|
|
|
display: block;
|
2016-08-05 10:02:01 +08:00
|
|
|
width: 27px;
|
|
|
|
margin: auto;
|
2017-10-11 04:07:46 +08:00
|
|
|
border-top: 3px double dark-light-choose($primary-low-mid, $secondary-medium);
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.topic-statuses {
|
2013-10-30 05:15:56 +08:00
|
|
|
float: left;
|
2013-09-06 03:37:07 +08:00
|
|
|
padding: 0;
|
2017-09-02 06:59:50 +08:00
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
.topic-status {
|
2013-10-30 05:15:56 +08:00
|
|
|
padding: 0 2px 0 0;
|
2013-09-06 03:37:07 +08:00
|
|
|
margin: 0;
|
2017-09-02 06:59:50 +08:00
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
i {
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 1.071em;
|
2015-10-23 07:43:01 +08:00
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2014-09-08 23:11:56 +08:00
|
|
|
|
2017-07-28 03:03:41 +08:00
|
|
|
.d-icon-envelope {
|
2014-09-08 23:11:56 +08:00
|
|
|
color: $danger;
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
2017-04-27 04:18:16 +08:00
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
.form-vertical {
|
|
|
|
.control-group {
|
|
|
|
margin-bottom: 24px;
|
2017-04-27 04:18:16 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
|
|
|
|
/***********************/
|
2013-10-20 06:18:25 +08:00
|
|
|
/* bootstrap carryover */
|
2017-09-02 06:59:50 +08:00
|
|
|
/***********************/
|
|
|
|
code,
|
|
|
|
pre {
|
|
|
|
font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
|
|
|
|
}
|
2013-10-20 06:18:25 +08:00
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
/* page not found styles */
|
|
|
|
h1.page-not-found {
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
2013-10-20 06:18:25 +08:00
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
.page-not-found {
|
|
|
|
margin: 20px 0 40px 0;
|
2013-10-20 06:18:25 +08:00
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
&-search {
|
|
|
|
margin-top: 20px;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
&-topics .span8 {
|
|
|
|
line-height: 1.5em;
|
|
|
|
margin-right: 20px;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
}
|
2013-10-20 06:18:25 +08:00
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
.popular-topics-title,
|
|
|
|
.recent-topics-title {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2014-07-09 06:57:41 +08:00
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
.not-found-topic {
|
|
|
|
> a {
|
|
|
|
margin-right: 10px;
|
|
|
|
line-height: 2;
|
2014-02-24 09:47:44 +08:00
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
}
|
2014-02-24 09:47:44 +08:00
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
// this removes the unwanted top margin on a paragraph under a heading
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
|
|
|
+ p {
|
|
|
|
margin-top:0px;
|
2014-02-24 09:47:44 +08:00
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
}
|
2014-02-24 09:47:44 +08:00
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
form {
|
|
|
|
margin: 0 0 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
label,
|
|
|
|
input,
|
|
|
|
button,
|
|
|
|
select,
|
|
|
|
textarea {
|
|
|
|
font-size: 0.929em;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input,
|
|
|
|
button,
|
|
|
|
select,
|
|
|
|
textarea {
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
input,
|
|
|
|
select,
|
|
|
|
textarea {
|
|
|
|
color: $primary;
|
|
|
|
|
|
|
|
&[class*="span"] {
|
|
|
|
float: none;
|
|
|
|
margin-left: 0;
|
2014-07-09 06:57:41 +08:00
|
|
|
}
|
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
&[disabled],
|
|
|
|
&[readonly] {
|
|
|
|
cursor: not-allowed;
|
|
|
|
background-color: $primary-low;
|
|
|
|
border-color: $primary-low;
|
2015-01-29 03:56:18 +08:00
|
|
|
}
|
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
&:focus:required:invalid {
|
|
|
|
color: $danger;
|
|
|
|
border-color: $danger;
|
2014-07-09 06:57:41 +08:00
|
|
|
}
|
2013-10-20 06:18:25 +08:00
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
&:focus:required:invalid:focus {
|
|
|
|
border-color: $danger;
|
|
|
|
box-shadow: 0 0 6px $danger;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
}
|
2013-10-20 06:18:25 +08:00
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
select,
|
|
|
|
textarea {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 4px;
|
|
|
|
margin-bottom: 9px;
|
|
|
|
font-size: 0.929em;
|
|
|
|
line-height: 18px;
|
|
|
|
color: $primary;
|
|
|
|
}
|
2013-10-20 06:18:25 +08:00
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
input {
|
|
|
|
width: 210px;
|
|
|
|
|
|
|
|
&[type="text"],
|
|
|
|
&[type="password"],
|
|
|
|
&[type="datetime"],
|
|
|
|
&[type="datetime-local"],
|
|
|
|
&[type="date"],
|
|
|
|
&[type="month"],
|
|
|
|
&[type="time"],
|
|
|
|
&[type="week"],
|
|
|
|
&[type="number"],
|
|
|
|
&[type="email"],
|
|
|
|
&[type="url"],
|
|
|
|
&[type="search"],
|
|
|
|
&[type="tel"],
|
|
|
|
&[type="color"] {
|
2013-10-20 06:18:25 +08:00
|
|
|
display: inline-block;
|
2017-09-02 06:59:50 +08:00
|
|
|
height: 18px;
|
2013-10-20 06:18:25 +08:00
|
|
|
padding: 4px;
|
|
|
|
margin-bottom: 9px;
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 0.929em;
|
2013-10-20 06:18:25 +08:00
|
|
|
line-height: 18px;
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $primary;
|
2017-09-02 06:59:50 +08:00
|
|
|
background-color: $secondary;
|
|
|
|
border: 1px solid $primary-low;
|
2013-10-20 06:18:25 +08:00
|
|
|
border-radius: 3px;
|
2014-08-06 21:31:13 +08:00
|
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0, .3);
|
2017-09-02 06:59:50 +08:00
|
|
|
|
|
|
|
&:focus {
|
|
|
|
border-color: $tertiary;
|
|
|
|
outline: 0;
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0, .3), 0 0 8px $tertiary;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
width: 210px;
|
|
|
|
height: auto;
|
|
|
|
background-color:$secondary;
|
|
|
|
border: 1px solid $primary-low;
|
|
|
|
border-radius: 3px;
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0, .3);
|
|
|
|
|
|
|
|
&:focus {
|
2014-05-06 13:50:51 +08:00
|
|
|
border-color: $tertiary;
|
2013-10-20 06:18:25 +08:00
|
|
|
outline: 0;
|
2014-08-06 21:31:13 +08:00
|
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0, .3), 0 0 8px $tertiary;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
}
|
2013-10-20 06:18:25 +08:00
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
select,
|
|
|
|
input[type="file"] {
|
|
|
|
line-height: 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
|
|
|
width: 220px;
|
|
|
|
border: 1px solid $primary-low;
|
|
|
|
|
|
|
|
&[multiple],
|
|
|
|
&[size] {
|
|
|
|
height: auto;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
}
|
2013-10-20 06:18:25 +08:00
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
input,
|
|
|
|
textarea {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
&[type="radio"],
|
|
|
|
&[type="checkbox"] {
|
|
|
|
&[disabled],
|
|
|
|
&[readonly] {
|
|
|
|
background-color: transparent;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
}
|
2014-03-03 14:16:30 +08:00
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
.input {
|
|
|
|
&-xxlarge {
|
2013-10-20 06:18:25 +08:00
|
|
|
width: 530px;
|
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
|
|
|
|
&-prepend,
|
|
|
|
&-append {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
2013-10-20 06:18:25 +08:00
|
|
|
input[class*="span"] {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
|
|
|
|
input,
|
|
|
|
select {
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
border-radius: 0 3px 3px 0;
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-on {
|
2013-10-20 06:18:25 +08:00
|
|
|
display: inline-block;
|
2017-09-02 06:59:50 +08:00
|
|
|
width: auto;
|
|
|
|
height: 18px;
|
|
|
|
min-width: 16px;
|
|
|
|
padding: 4px 5px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 18px;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
background-color: $secondary;
|
|
|
|
border: 1px solid $primary-low;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-on,
|
|
|
|
.btn {
|
|
|
|
margin-left: -1px;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.active {
|
2017-10-11 04:07:46 +08:00
|
|
|
background-color: $danger-medium;
|
2017-09-02 06:59:50 +08:00
|
|
|
border-color: $danger;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
|
|
|
|
&-prepend {
|
|
|
|
.add-on,
|
|
|
|
.btn {
|
|
|
|
margin-right: -1px;
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
border-radius: 3px 0 0 3px;
|
|
|
|
}
|
|
|
|
}
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
|
|
|
|
&-append {
|
|
|
|
input,
|
|
|
|
select {
|
|
|
|
border-radius: 3px 0 0 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-on,
|
|
|
|
.btn {
|
|
|
|
&:last-child {
|
|
|
|
border-radius: 0 3px 3px 0;
|
|
|
|
}
|
|
|
|
}
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.input-prepend.input-append {
|
|
|
|
input,
|
|
|
|
select {
|
|
|
|
border-radius: 0;
|
2017-10-11 04:07:46 +08:00
|
|
|
background-color: $primary-low;
|
|
|
|
border-color: $primary-low;
|
2017-09-02 06:59:50 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.add-on,
|
|
|
|
.btn {
|
|
|
|
&:first-child {
|
|
|
|
margin-right: -1px;
|
|
|
|
border-radius: 3px 0 0 3px;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
|
|
|
|
.add-on,
|
|
|
|
.btn {
|
|
|
|
&:last-child {
|
|
|
|
margin-left: -1px;
|
|
|
|
border-radius: 0 3px 3px 0;
|
|
|
|
}
|
2014-05-29 00:12:31 +08:00
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.controls-dropdown {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group {
|
|
|
|
margin-bottom: 9px;
|
|
|
|
|
|
|
|
&.warning,
|
|
|
|
&.error {
|
|
|
|
> label {
|
|
|
|
color: $danger;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checkbox,
|
|
|
|
.radio,
|
|
|
|
input,
|
|
|
|
select,
|
|
|
|
textarea {
|
|
|
|
color: $danger;
|
|
|
|
border-color: $danger;
|
|
|
|
|
|
|
|
&:focus {
|
2014-05-06 13:50:51 +08:00
|
|
|
border-color: scale-color($danger, $lightness: -30%);
|
|
|
|
box-shadow: 0 0 6px $danger;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
&.warning {
|
|
|
|
.input-prepend,
|
|
|
|
.input-append {
|
|
|
|
.add-on {
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $danger;
|
|
|
|
background-color: $danger;
|
|
|
|
border-color: $danger;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&.error {
|
|
|
|
.input-prepend,
|
|
|
|
.input-append {
|
|
|
|
.add-on {
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $danger;
|
2017-10-11 04:07:46 +08:00
|
|
|
background-color: $danger-medium;
|
2014-05-06 13:50:51 +08:00
|
|
|
border-color: scale-color($danger, $lightness: -20%);
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&.success {
|
|
|
|
> label {
|
|
|
|
color: $success;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checkbox,
|
|
|
|
.radio,
|
|
|
|
input,
|
|
|
|
select,
|
|
|
|
textarea {
|
|
|
|
color: $success;
|
|
|
|
border-color: $success;
|
|
|
|
|
|
|
|
&:focus {
|
2014-05-06 13:50:51 +08:00
|
|
|
border-color: $success;
|
|
|
|
box-shadow: 0 0 6px $success;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.input-prepend,
|
|
|
|
.input-append {
|
|
|
|
.add-on {
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $success;
|
2017-10-11 04:07:46 +08:00
|
|
|
background-color: $success-low;
|
2014-05-06 13:50:51 +08:00
|
|
|
border-color: $success;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
}
|
2013-10-20 06:18:25 +08:00
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
.form-horizontal {
|
|
|
|
.hide {
|
|
|
|
display: none;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
|
|
|
|
input,
|
|
|
|
textarea,
|
|
|
|
select,
|
|
|
|
.input-prepend,
|
|
|
|
.input-append {
|
|
|
|
display: inline-block;
|
2013-10-20 06:18:25 +08:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
|
|
|
|
.control-group {
|
|
|
|
@include clearfix;
|
|
|
|
margin-bottom: 18px;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
|
|
|
|
.control-indent {
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-bottom: 10px;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
|
|
|
|
.control-label {
|
|
|
|
float: left;
|
|
|
|
width: 140px;
|
|
|
|
text-align: right;
|
|
|
|
font-weight: bold;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
|
|
|
|
.controls {
|
|
|
|
margin-left: 160px;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.bootbox.modal {
|
|
|
|
.modal-footer {
|
|
|
|
a.btn-primary {
|
|
|
|
color: $secondary;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* bootstrap columns */
|
|
|
|
.row {
|
|
|
|
@include clearfix;
|
|
|
|
}
|
|
|
|
|
|
|
|
.span {
|
|
|
|
&4 {
|
|
|
|
width: 196px;
|
|
|
|
margin-right: 12px;
|
|
|
|
float: left;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
|
|
|
|
&6 {
|
|
|
|
width: 27.027%;
|
|
|
|
float: left;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
&8 {
|
|
|
|
width: 404px;
|
|
|
|
float: left;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
|
|
|
|
&10 {
|
|
|
|
width: 508px;
|
|
|
|
float: left;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
&13 {
|
|
|
|
width: 59.8198%;
|
|
|
|
float: left;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
&15 {
|
|
|
|
/* intentionally no width set here, do not add one */
|
|
|
|
margin-left: 12px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
&24 {
|
|
|
|
width: 1236px;
|
|
|
|
float: left;
|
|
|
|
color: amarillo;
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
.offset {
|
|
|
|
&2 {
|
|
|
|
margin-left: 116px;
|
|
|
|
}
|
2013-10-20 06:18:25 +08:00
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
&1 {
|
|
|
|
margin-left: 64px;
|
|
|
|
}
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
2014-05-23 14:40:55 +08:00
|
|
|
|
2017-09-02 06:59:50 +08:00
|
|
|
// Special elements
|
|
|
|
#main {
|
|
|
|
a.star {
|
|
|
|
color: $secondary-medium;
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
font-family: "FontAwesome";
|
|
|
|
content: "\f005";
|
|
|
|
}
|
|
|
|
|
|
|
|
@include hover {
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:active {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|
2017-09-02 06:59:50 +08:00
|
|
|
|
|
|
|
// Media Queries
|
|
|
|
@media all
|
|
|
|
and (max-width : 570px) {
|
|
|
|
|
|
|
|
body {
|
|
|
|
min-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wrap,
|
|
|
|
.full-width {
|
|
|
|
min-width: 0;
|
|
|
|
}
|
2013-10-20 06:18:25 +08:00
|
|
|
}
|