Commit 41374838 by David Baumgold

Changed `@include border-radius()` to `border-radius`

The official border-radius mixins were deprecated and removed in Bourbon 3.0.
https://github.com/thoughtbot/bourbon/pull/95
parent 13886841
...@@ -591,7 +591,7 @@ hr.divide { ...@@ -591,7 +591,7 @@ hr.divide {
} }
.window { .window {
// @include border-radius(3px); // border-radius: 3px;
// @include box-shadow(0 1px 1px $shadow-l1); // @include box-shadow(0 1px 1px $shadow-l1);
// margin-bottom: $baseline; // margin-bottom: $baseline;
// border: 1px solid $gray-l2; // border: 1px solid $gray-l2;
......
...@@ -108,8 +108,8 @@ ...@@ -108,8 +108,8 @@
// inherited - ui // inherited - ui
.window { .window {
@include clearfix(); @include clearfix();
@include border-radius(3px);
@include box-shadow(0 1px 1px $shadow-l1); @include box-shadow(0 1px 1px $shadow-l1);
border-radius: 3px;
margin-bottom: $baseline; margin-bottom: $baseline;
border: 1px solid $gray-l2; border: 1px solid $gray-l2;
background: $white; background: $white;
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
} }
a { a {
@include border-radius(2px); border-radius: 2px;
padding: ($baseline/2) ($baseline*0.75); padding: ($baseline/2) ($baseline*0.75);
background: transparent; background: transparent;
......
...@@ -74,7 +74,7 @@ nav { ...@@ -74,7 +74,7 @@ nav {
} }
.nav-sub { .nav-sub {
@include border-radius(2px); border-radius: 2px;
@include box-sizing(border-box); @include box-sizing(border-box);
@include box-shadow(0 1px 1px $shadow-l1); @include box-shadow(0 1px 1px $shadow-l1);
position: relative; position: relative;
......
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
} }
.prompt { .prompt {
@include border-radius(($baseline/5)); border-radius: ($baseline/5);
@include box-shadow(0 0 3px $shadow-d1); @include box-shadow(0 0 3px $shadow-d1);
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
// notices - in-context: to be used as notices to users within the context of a form/action // notices - in-context: to be used as notices to users within the context of a form/action
.notice-incontext { .notice-incontext {
@extend .ui-well; @extend .ui-well;
@include border-radius(($baseline/10)); border-radius: ($baseline/10);
.title { .title {
@extend .t-title7; @extend .t-title7;
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
} }
#tender_window { #tender_window {
@include border-radius(3px); border-radius: 3px;
@include box-shadow(0 2px 3px $shadow); @include box-shadow(0 2px 3px $shadow);
height: ($baseline*35) !important; height: ($baseline*35) !important;
background: $white !important; background: $white !important;
......
...@@ -58,7 +58,7 @@ body.signup, body.signin { ...@@ -58,7 +58,7 @@ body.signup, body.signin {
form { form {
@include box-sizing(border-box); @include box-sizing(border-box);
@include box-shadow(0 1px 2px $shadow-l1); @include box-shadow(0 1px 2px $shadow-l1);
@include border-radius(2px); border-radius: 2px;
width: 100%; width: 100%;
border: 1px solid $gray-l2; border: 1px solid $gray-l2;
padding: $baseline ($baseline*1.5); padding: $baseline ($baseline*1.5);
......
...@@ -214,8 +214,8 @@ body.index { ...@@ -214,8 +214,8 @@ body.index {
.proofpoint { .proofpoint {
@include box-sizing(border-box); @include box-sizing(border-box);
@include border-radius(($baseline/4));
@include transition(color .50s ease-in-out); @include transition(color .50s ease-in-out);
border-radius: ($baseline/4);
position: relative; position: relative;
top: 0; top: 0;
float: left; float: left;
......
...@@ -36,7 +36,7 @@ body.course.outline { ...@@ -36,7 +36,7 @@ body.course.outline {
display: none; display: none;
width: 110px; width: 110px;
padding: 5px 40px 5px 10px; padding: 5px 40px 5px 10px;
@include border-radius(3px); border-radius: 3px;
color: $lightGrey; color: $lightGrey;
text-align: right; text-align: right;
font-weight: bold; font-weight: bold;
...@@ -64,7 +64,7 @@ body.course.outline { ...@@ -64,7 +64,7 @@ body.course.outline {
.menu { .menu {
@include font-size(12); @include font-size(12);
@include border-radius(4px); border-radius: 4px;
@include box-shadow(0 1px 2px rgba(0, 0, 0, .2)); @include box-shadow(0 1px 2px rgba(0, 0, 0, .2));
@include transition(opacity .15s); @include transition(opacity .15s);
z-index: 1; z-index: 1;
...@@ -277,7 +277,7 @@ body.course.outline { ...@@ -277,7 +277,7 @@ body.course.outline {
.section-published-date { .section-published-date {
float: right; float: right;
@include border-radius(3px); border-radius: 3px;
background: $lightGrey; background: $lightGrey;
.published-status { .published-status {
...@@ -312,7 +312,7 @@ body.course.outline { ...@@ -312,7 +312,7 @@ body.course.outline {
.status-label { .status-label {
@include font-size(12); @include font-size(12);
@include border-radius(3px); border-radius: 3px;
position: absolute; position: absolute;
top: 0; top: 0;
right: 2px; right: 2px;
...@@ -342,7 +342,7 @@ body.course.outline { ...@@ -342,7 +342,7 @@ body.course.outline {
.menu { .menu {
@include font-size(12); @include font-size(12);
@include border-radius(4px); border-radius: 4px;
@include box-shadow(0 1px 2px rgba(0, 0, 0, .2)); @include box-shadow(0 1px 2px rgba(0, 0, 0, .2));
@include transition(opacity .15s); @include transition(opacity .15s);
@include transition(display .15s); @include transition(display .15s);
...@@ -542,7 +542,7 @@ body.course.outline { ...@@ -542,7 +542,7 @@ body.course.outline {
[class^="icon-"] { [class^="icon-"] {
@include font-size(11); @include font-size(11);
@include border-radius(20px); border-radius: 20px;
position: relative; position: relative;
top: -1px; top: -1px;
display: inline-block; display: inline-block;
......
...@@ -214,7 +214,7 @@ body.course.settings { ...@@ -214,7 +214,7 @@ body.course.settings {
.field-group { .field-group {
@include box-sizing(border-box); @include box-sizing(border-box);
@include border-radius(3px); border-radius: 3px;
background: $gray-l5; background: $gray-l5;
padding: $baseline; padding: $baseline;
...@@ -295,7 +295,7 @@ body.course.settings { ...@@ -295,7 +295,7 @@ body.course.settings {
// course link note // course link note
.note-promotion-courseURL { .note-promotion-courseURL {
@include box-shadow(0 2px 1px $shadow-l1); @include box-shadow(0 2px 1px $shadow-l1);
@include border-radius(($baseline/5)); border-radius: ($baseline/5);
margin-top: ($baseline*1.5); margin-top: ($baseline*1.5);
border: 1px solid $gray-l2; border: 1px solid $gray-l2;
padding: ($baseline/2) 0 0 0; padding: ($baseline/2) 0 0 0;
...@@ -410,7 +410,7 @@ body.course.settings { ...@@ -410,7 +410,7 @@ body.course.settings {
.input-existing { .input-existing {
@include box-sizing(border-box); @include box-sizing(border-box);
@include border-radius(3px); border-radius: 3px;
background: $gray-l5; background: $gray-l5;
padding: ($baseline/2); padding: ($baseline/2);
...@@ -555,7 +555,7 @@ body.course.settings { ...@@ -555,7 +555,7 @@ body.course.settings {
top: 0; top: 0;
height: 50px; height: 50px;
text-align: right; text-align: right;
@include border-radius(2px); border-radius: 2px;
&:hover, &:hover,
&.is-dragging { &.is-dragging {
......
...@@ -347,7 +347,7 @@ body.course.subsection { ...@@ -347,7 +347,7 @@ body.course.subsection {
background: $white; background: $white;
border: 1px solid $mediumGrey; border: 1px solid $mediumGrey;
font-size: 12px; font-size: 12px;
@include border-radius(4px); border-radius: 4px;
@include box-shadow(0 1px 2px rgba(0, 0, 0, .2)); @include box-shadow(0 1px 2px rgba(0, 0, 0, .2));
@include transition(opacity .15s); @include transition(opacity .15s);
......
...@@ -111,7 +111,7 @@ section.problem { ...@@ -111,7 +111,7 @@ section.problem {
background: #FFF; background: #FFF;
position: relative; position: relative;
@include box-shadow(inset 0 0 0 1px #eee); @include box-shadow(inset 0 0 0 1px #eee);
@include border-radius(3px); border-radius: 3px;
&:empty { &:empty {
display: none; display: none;
...@@ -214,7 +214,7 @@ section.problem { ...@@ -214,7 +214,7 @@ section.problem {
background: #f1f1f1; background: #f1f1f1;
border: 1px solid #e3e3e3; border: 1px solid #e3e3e3;
@include inline-block; @include inline-block;
@include border-radius(4px); border-radius: 4px;
min-width: 30px; min-width: 30px;
} }
} }
...@@ -464,7 +464,7 @@ section.problem { ...@@ -464,7 +464,7 @@ section.problem {
white-space: nowrap; white-space: nowrap;
border: 1px solid #EAEAEA; border: 1px solid #EAEAEA;
background-color: #F8F8F8; background-color: #F8F8F8;
@include border-radius(3px); border-radius: 3px;
font-size: .9em; font-size: .9em;
} }
...@@ -475,7 +475,7 @@ section.problem { ...@@ -475,7 +475,7 @@ section.problem {
line-height: 1.4; line-height: 1.4;
overflow: auto; overflow: auto;
padding: 6px 10px; padding: 6px 10px;
@include border-radius(3px); border-radius: 3px;
> code { > code {
margin: 0; margin: 0;
...@@ -499,7 +499,7 @@ section.problem { ...@@ -499,7 +499,7 @@ section.problem {
} }
pre { pre {
@include border-radius(0); border-radius: 0;
border-radius: 0; border-radius: 0;
border-width: 0; border-width: 0;
margin: 0; margin: 0;
...@@ -580,7 +580,7 @@ section.problem { ...@@ -580,7 +580,7 @@ section.problem {
.submission_feedback { .submission_feedback {
// background: #F3F3F3; // background: #F3F3F3;
// border: 1px solid #ddd; // border: 1px solid #ddd;
// @include border-radius(3px); // border-radius: 3px;
// padding: 8px 12px; // padding: 8px 12px;
// margin-top: 10px; // margin-top: 10px;
@include inline-block; @include inline-block;
...@@ -690,7 +690,7 @@ section.problem { ...@@ -690,7 +690,7 @@ section.problem {
background: #FFF; background: #FFF;
position: relative; position: relative;
@include box-shadow(inset 0 0 0 1px #eee); @include box-shadow(inset 0 0 0 1px #eee);
@include border-radius(3px); border-radius: 3px;
p:last-of-type { p:last-of-type {
margin-bottom: 0; margin-bottom: 0;
......
...@@ -293,7 +293,7 @@ section.open-ended-child { ...@@ -293,7 +293,7 @@ section.open-ended-child {
background: #FFF; background: #FFF;
position: relative; position: relative;
@include box-shadow(inset 0 0 0 1px #eee); @include box-shadow(inset 0 0 0 1px #eee);
@include border-radius(3px); border-radius: 3px;
&:empty { &:empty {
display: none; display: none;
...@@ -649,7 +649,7 @@ section.open-ended-child { ...@@ -649,7 +649,7 @@ section.open-ended-child {
input[type=radio]:checked + label { input[type=radio]:checked + label {
background: #666; background: #666;
color: white; color: white;
} }
input[class='grade-selection'] { input[class='grade-selection'] {
display: none; display: none;
......
.crowdsource-wrapper { .crowdsource-wrapper {
@include box-shadow(inset 0 1px 2px 1px rgba(0,0,0,0.1)); @include box-shadow(inset 0 1px 2px 1px rgba(0,0,0,0.1));
@include border-radius(2px); border-radius: 2px;
display: none; display: none;
margin-top: 20px; margin-top: 20px;
padding: (15px); padding: (15px);
......
...@@ -49,7 +49,7 @@ div.video { ...@@ -49,7 +49,7 @@ div.video {
@include clearfix(); @include clearfix();
background: #c2c2c2; background: #c2c2c2;
border: 1px solid #000; border: 1px solid #000;
@include border-radius(0); border-radius: 0;
border-top: 1px solid #000; border-top: 1px solid #000;
@include box-shadow(inset 0 1px 0 #eee, 0 1px 0 #555); @include box-shadow(inset 0 1px 0 #eee, 0 1px 0 #555);
height: 7px; height: 7px;
...@@ -66,7 +66,7 @@ div.video { ...@@ -66,7 +66,7 @@ div.video {
background: $pink url(../images/slider-handle.png) center center no-repeat; background: $pink url(../images/slider-handle.png) center center no-repeat;
@include background-size(50%); @include background-size(50%);
border: 1px solid darken($pink, 20%); border: 1px solid darken($pink, 20%);
@include border-radius(15px); border-radius: 15px;
@include box-shadow(inset 0 1px 0 lighten($pink, 10%)); @include box-shadow(inset 0 1px 0 lighten($pink, 10%));
cursor: pointer; cursor: pointer;
height: 15px; height: 15px;
...@@ -322,7 +322,7 @@ div.video { ...@@ -322,7 +322,7 @@ div.video {
background: $pink url(../images/slider-handle.png) center center no-repeat; background: $pink url(../images/slider-handle.png) center center no-repeat;
@include background-size(50%); @include background-size(50%);
border: 1px solid darken($pink, 20%); border: 1px solid darken($pink, 20%);
@include border-radius(15px); border-radius: 15px;
@include box-shadow(inset 0 1px 0 lighten($pink, 10%)); @include box-shadow(inset 0 1px 0 lighten($pink, 10%));
cursor: pointer; cursor: pointer;
height: 15px; height: 15px;
...@@ -426,7 +426,7 @@ div.video { ...@@ -426,7 +426,7 @@ div.video {
margin-top: -7px; margin-top: -7px;
a.ui-slider-handle { a.ui-slider-handle {
@include border-radius(20px); border-radius: 20px;
height: 20px; height: 20px;
margin-left: -10px; margin-left: -10px;
top: -4px; top: -4px;
......
...@@ -49,7 +49,7 @@ div.video { ...@@ -49,7 +49,7 @@ div.video {
@include clearfix(); @include clearfix();
background: #c2c2c2; background: #c2c2c2;
border: 1px solid #000; border: 1px solid #000;
@include border-radius(0); border-radius: 0;
border-top: 1px solid #000; border-top: 1px solid #000;
@include box-shadow(inset 0 1px 0 #eee, 0 1px 0 #555); @include box-shadow(inset 0 1px 0 #eee, 0 1px 0 #555);
height: 7px; height: 7px;
...@@ -66,7 +66,7 @@ div.video { ...@@ -66,7 +66,7 @@ div.video {
background: $pink url(../images/slider-handle.png) center center no-repeat; background: $pink url(../images/slider-handle.png) center center no-repeat;
@include background-size(50%); @include background-size(50%);
border: 1px solid darken($pink, 20%); border: 1px solid darken($pink, 20%);
@include border-radius(15px); border-radius: 15px;
@include box-shadow(inset 0 1px 0 lighten($pink, 10%)); @include box-shadow(inset 0 1px 0 lighten($pink, 10%));
cursor: pointer; cursor: pointer;
height: 15px; height: 15px;
...@@ -322,7 +322,7 @@ div.video { ...@@ -322,7 +322,7 @@ div.video {
background: $pink url(../images/slider-handle.png) center center no-repeat; background: $pink url(../images/slider-handle.png) center center no-repeat;
@include background-size(50%); @include background-size(50%);
border: 1px solid darken($pink, 20%); border: 1px solid darken($pink, 20%);
@include border-radius(15px); border-radius: 15px;
@include box-shadow(inset 0 1px 0 lighten($pink, 10%)); @include box-shadow(inset 0 1px 0 lighten($pink, 10%));
cursor: pointer; cursor: pointer;
height: 15px; height: 15px;
...@@ -426,7 +426,7 @@ div.video { ...@@ -426,7 +426,7 @@ div.video {
margin-top: -7px; margin-top: -7px;
a.ui-slider-handle { a.ui-slider-handle {
@include border-radius(20px); border-radius: 20px;
height: 20px; height: 20px;
margin-left: -10px; margin-left: -10px;
top: -4px; top: -4px;
......
...@@ -140,11 +140,11 @@ ...@@ -140,11 +140,11 @@
// pill button // pill button
.btn-pill { .btn-pill {
@include border-radius($baseline/5); border-radius: ($baseline/5);
} }
.btn-rounded { .btn-rounded {
@include border-radius($baseline/2); border-radius: ($baseline/2);
} }
// primary button // primary button
......
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
body.discussion { body.discussion {
.new-post-form-errors { .new-post-form-errors {
display: none; display: none;
background: $error-red; background: $error-red;
...@@ -490,7 +490,7 @@ body.discussion { ...@@ -490,7 +490,7 @@ body.discussion {
section.user-profile { section.user-profile {
@extend .sidebar; @extend .sidebar;
display: table-cell; display: table-cell;
@include border-radius(3px 0 0 3px); border-radius: 3px 0 0 3px;
border-right: 1px solid #ddd; border-right: 1px solid #ddd;
@include box-shadow(none); @include box-shadow(none);
background-color: $sidebar-color; background-color: $sidebar-color;
...@@ -548,7 +548,7 @@ body.discussion { ...@@ -548,7 +548,7 @@ body.discussion {
font-style: normal; font-style: normal;
font-size: 0.8em; font-size: 0.8em;
line-height: 1.6em; line-height: 1.6em;
@include border-radius(3px 3px 0 0); border-radius: 3px 3px 0 0;
&::-webkit-input-placeholder { &::-webkit-input-placeholder {
color: #888; color: #888;
...@@ -563,7 +563,7 @@ body.discussion { ...@@ -563,7 +563,7 @@ body.discussion {
@include box-sizing(border-box); @include box-sizing(border-box);
border: 1px solid #c8c8c8; border: 1px solid #c8c8c8;
border-top-width: 0; border-top-width: 0;
@include border-radius(0 0 3px 3px); border-radius: 0 0 3px 3px;
overflow: hidden; overflow: hidden;
@include transition(all, .2s, easeOut); @include transition(all, .2s, easeOut);
...@@ -1071,7 +1071,7 @@ body.discussion { ...@@ -1071,7 +1071,7 @@ body.discussion {
a { a {
display: block; display: block;
position: relative; position: relative;
float: left; float: left;
clear: both; clear: both;
width: 100%; width: 100%;
...@@ -1278,8 +1278,8 @@ body.discussion { ...@@ -1278,8 +1278,8 @@ body.discussion {
.discussion-article { .discussion-article {
position: relative; position: relative;
padding: 40px; padding: 40px;
min-height: 468px; min-height: 468px;
a { a {
word-wrap: break-word; word-wrap: break-word;
} }
...@@ -1332,9 +1332,9 @@ body.discussion { ...@@ -1332,9 +1332,9 @@ body.discussion {
background-position: 0 0; background-position: 0 0;
} }
} }
} }
.discussion-post { .discussion-post {
...@@ -1379,7 +1379,7 @@ body.discussion { ...@@ -1379,7 +1379,7 @@ body.discussion {
margin-bottom: 20px; margin-bottom: 20px;
} }
.responses { .responses {
list-style: none; list-style: none;
...@@ -1609,8 +1609,8 @@ body.discussion { ...@@ -1609,8 +1609,8 @@ body.discussion {
background: #449944; background: #449944;
font-size: 9px; font-size: 9px;
font-weight: 700; font-weight: 700;
font-style: normal; font-style: normal;
color: white; color: white;
text-transform: uppercase; text-transform: uppercase;
} }
...@@ -2206,7 +2206,7 @@ body.discussion { ...@@ -2206,7 +2206,7 @@ body.discussion {
font-style: normal; font-style: normal;
font-size: 0.8em; font-size: 0.8em;
line-height: 1.6em; line-height: 1.6em;
@include border-radius(3px 3px 0 0); border-radius: 3px 3px 0 0;
&::-webkit-input-placeholder { &::-webkit-input-placeholder {
color: #888; color: #888;
...@@ -2221,7 +2221,7 @@ body.discussion { ...@@ -2221,7 +2221,7 @@ body.discussion {
@include box-sizing(border-box); @include box-sizing(border-box);
border: 1px solid #c8c8c8; border: 1px solid #c8c8c8;
border-top-width: 0; border-top-width: 0;
@include border-radius(0 0 3px 3px); border-radius: 0 0 3px 3px;
overflow: hidden; overflow: hidden;
@include transition(all, .2s, easeOut); @include transition(all, .2s, easeOut);
...@@ -2448,7 +2448,7 @@ body.discussion { ...@@ -2448,7 +2448,7 @@ body.discussion {
float:right; float:right;
padding-right: 5px; padding-right: 5px;
font-style: italic; font-style: italic;
cursor:pointer; cursor:pointer;
margin-right: 10px; margin-right: 10px;
opacity: 0.8; opacity: 0.8;
...@@ -2460,7 +2460,7 @@ body.discussion { ...@@ -2460,7 +2460,7 @@ body.discussion {
@include transition(opacity .2s); @include transition(opacity .2s);
opacity: 1.0; opacity: 1.0;
} }
} }
.discussion-pin-inline { .discussion-pin-inline {
font-size: 12px; font-size: 12px;
...@@ -2472,39 +2472,39 @@ body.discussion { ...@@ -2472,39 +2472,39 @@ body.discussion {
margin-right:35px; margin-right:35px;
margin-top:13px; margin-top:13px;
opacity: 1.0; opacity: 1.0;
} }
.notpinned .icon { .notpinned .icon {
display: block; display: block;
float: left; float: left;
margin: 3px; margin: 3px;
width: 10px; width: 10px;
height: 14px; height: 14px;
padding-right: 3px; padding-right: 3px;
background: transparent url('../images/unpinned.png') no-repeat 0 0; background: transparent url('../images/unpinned.png') no-repeat 0 0;
} }
.pinned .icon { .pinned .icon {
display: block; display: block;
float: left; float: left;
margin: 3px; margin: 3px;
width: 10px; width: 10px;
height: 14px; height: 14px;
padding-right: 3px; padding-right: 3px;
background: transparent url('../images/pinned.png') no-repeat 0 0; background: transparent url('../images/pinned.png') no-repeat 0 0;
} }
.pinned span { .pinned span {
color: #B82066; color: #B82066;
font-style: italic; font-style: italic;
//cursor change is here since pins are read-only for inline discussions. //cursor change is here since pins are read-only for inline discussions.
cursor: default; cursor: default;
} }
.notpinned span { .notpinned span {
color: #888; color: #888;
font-style: italic; font-style: italic;
//cursor change is here since pins are read-only for inline discussions. //cursor change is here since pins are read-only for inline discussions.
cursor: default; cursor: default;
} }
...@@ -2526,28 +2526,28 @@ display:none; ...@@ -2526,28 +2526,28 @@ display:none;
opacity: 1.0; opacity: 1.0;
} }
} }
.notflagged .icon .notflagged .icon
{ {
display: block; display: block;
float: left; float: left;
margin: 3px; margin: 3px;
width: 10px; width: 10px;
height: 14px; height: 14px;
padding-right: 3px; padding-right: 3px;
background: transparent url('../images/notflagged.png') no-repeat 0 0; background: transparent url('../images/notflagged.png') no-repeat 0 0;
} }
.flagged .icon .flagged .icon
{ {
display: block; display: block;
float: left; float: left;
margin: 3px; margin: 3px;
width: 10px; width: 10px;
height: 14px; height: 14px;
padding-right: 3px; padding-right: 3px;
background: transparent url('../images/flagged.png') no-repeat 0 0; background: transparent url('../images/flagged.png') no-repeat 0 0;
} }
.flagged span { .flagged span {
...@@ -2558,4 +2558,4 @@ display:none; ...@@ -2558,4 +2558,4 @@ display:none;
.notflagged span { .notflagged span {
color: #888; color: #888;
font-style: italic; font-style: italic;
} }
\ No newline at end of file
...@@ -204,7 +204,7 @@ mark { ...@@ -204,7 +204,7 @@ mark {
max-width: 1140px; max-width: 1140px;
min-width: 720px; min-width: 720px;
margin: auto; margin: auto;
@include border-radius(0 0 3px 3px); border-radius: 0 0 3px 3px;
background: #f4f4e0; background: #f4f4e0;
color: #3c3c3c; color: #3c3c3c;
padding: 5px 20px 8px; padding: 5px 20px 8px;
...@@ -232,7 +232,7 @@ mark { ...@@ -232,7 +232,7 @@ mark {
cursor: pointer; cursor: pointer;
border: 1px solid #ccc; border: 1px solid #ccc;
border-top-style: none; border-top-style: none;
@include border-radius(0px 0px 10px 10px); border-radius: 0px 0px 10px 10px;
background: transparentize(#fff, 0.25); background: transparentize(#fff, 0.25);
color: transparentize(#333, 0.25); color: transparentize(#333, 0.25);
font-weight: bold; font-weight: bold;
...@@ -261,12 +261,12 @@ mark { ...@@ -261,12 +261,12 @@ mark {
&#feedback_link_problem { &#feedback_link_problem {
border-bottom-style: none; border-bottom-style: none;
@include border-radius(10px 10px 0px 0px); border-radius: 10px 10px 0px 0px;
} }
&#feedback_link_question { &#feedback_link_question {
border-top-style: none; border-top-style: none;
@include border-radius(0px 0px 10px 10px); border-radius: 0px 0px 10px 10px;
} }
&:hover { &:hover {
......
...@@ -67,7 +67,7 @@ div.info-wrapper { ...@@ -67,7 +67,7 @@ div.info-wrapper {
> ol { > ol {
list-style: decimal outside none; list-style: decimal outside none;
padding: 0 0 0 1em; padding: 0 0 0 1em;
} }
li { li {
...@@ -80,7 +80,7 @@ div.info-wrapper { ...@@ -80,7 +80,7 @@ div.info-wrapper {
section.handouts { section.handouts {
@extend .sidebar; @extend .sidebar;
@include border-radius(0 4px 4px 0); border-radius: 0 4px 4px 0;
border-left: 1px solid #ddd; border-left: 1px solid #ddd;
@include box-shadow(none); @include box-shadow(none);
font-size: 14px; font-size: 14px;
......
...@@ -5,7 +5,7 @@ div.profile-wrapper { ...@@ -5,7 +5,7 @@ div.profile-wrapper {
section.user-info { section.user-info {
@extend .sidebar; @extend .sidebar;
border-left: 1px solid #d3d3d3; border-left: 1px solid #d3d3d3;
@include border-radius(0px 4px 4px 0); border-radius: 0px 4px 4px 0;
border-right: 0; border-right: 0;
&:after { &:after {
......
...@@ -59,7 +59,7 @@ input[type="email"], ...@@ -59,7 +59,7 @@ input[type="email"],
input[type="password"] { input[type="password"] {
background: $white; background: $white;
border: 1px solid $border-color-2; border: 1px solid $border-color-2;
@include border-radius(0); border-radius: 0;
@include box-shadow(0 1px 0 0 rgba(255,255,255, 0.6), inset 0 0 3px 0 rgba(0,0,0, 0.1)); @include box-shadow(0 1px 0 0 rgba(255,255,255, 0.6), inset 0 0 3px 0 rgba(0,0,0, 0.1));
@include box-sizing(border-box); @include box-sizing(border-box);
font: normal 1em $sans-serif; font: normal 1em $sans-serif;
......
...@@ -143,7 +143,7 @@ h1.top-header { ...@@ -143,7 +143,7 @@ h1.top-header {
a { a {
background: #f6f6f6 url('../images/slide-left-icon.png') center center no-repeat; background: #f6f6f6 url('../images/slide-left-icon.png') center center no-repeat;
border: 1px solid #D3D3D3; border: 1px solid #D3D3D3;
@include border-radius(3px 0 0 3px); border-radius: 3px 0 0 3px;
height: 16px; height: 16px;
padding: 6px; padding: 6px;
position: absolute; position: absolute;
......
...@@ -20,7 +20,7 @@ section.tool-wrapper { ...@@ -20,7 +20,7 @@ section.tool-wrapper {
.ui-widget-content { .ui-widget-content {
background: none; background: none;
border: none; border: none;
@include border-radius(0); border-radius: 0;
} }
canvas { canvas {
...@@ -30,7 +30,7 @@ section.tool-wrapper { ...@@ -30,7 +30,7 @@ section.tool-wrapper {
ul.ui-tabs-nav { ul.ui-tabs-nav {
background: darken(#073642, 2%); background: darken(#073642, 2%);
border-bottom: 1px solid darken(#073642, 8%); border-bottom: 1px solid darken(#073642, 8%);
@include border-radius(0); border-radius: 0;
margin: (-(lh())) (-(lh())) 0; margin: (-(lh())) (-(lh())) 0;
padding: 0; padding: 0;
position: relative; position: relative;
...@@ -39,7 +39,7 @@ section.tool-wrapper { ...@@ -39,7 +39,7 @@ section.tool-wrapper {
li { li {
background: none; background: none;
border: none; border: none;
@include border-radius(0); border-radius: 0;
color: #fff; color: #fff;
margin-bottom: 0; margin-bottom: 0;
...@@ -159,7 +159,7 @@ section.tool-wrapper { ...@@ -159,7 +159,7 @@ section.tool-wrapper {
} }
label { label {
@include border-radius(2px); border-radius: 2px;
color: #fff; color: #fff;
font-weight: bold; font-weight: bold;
padding: 3px; padding: 3px;
......
...@@ -62,7 +62,7 @@ div.course-wrapper { ...@@ -62,7 +62,7 @@ div.course-wrapper {
header { header {
@extend h1.top-header; @extend h1.top-header;
@include border-radius(0 4px 0 0); border-radius: 0 4px 0 0;
margin-bottom: -16px; margin-bottom: -16px;
border-bottom: 0; border-bottom: 0;
...@@ -169,7 +169,7 @@ div.course-wrapper { ...@@ -169,7 +169,7 @@ div.course-wrapper {
div.ui-tabs { div.ui-tabs {
border: 0; border: 0;
@include border-radius(0); border-radius: 0;
margin: 0; margin: 0;
padding: 0; padding: 0;
...@@ -180,7 +180,7 @@ div.course-wrapper { ...@@ -180,7 +180,7 @@ div.course-wrapper {
} }
.ui-tabs-panel { .ui-tabs-panel {
@include border-radius(0); border-radius: 0;
padding: 0; padding: 0;
} }
} }
......
section.course-index { section.course-index {
@extend .sidebar; @extend .sidebar;
@extend .tran; @extend .tran;
@include border-radius(3px 0 0 3px); border-radius: 3px 0 0 3px;
border-right: 1px solid $border-color-2; border-right: 1px solid $border-color-2;
#open_close_accordion { #open_close_accordion {
...@@ -21,7 +21,7 @@ section.course-index { ...@@ -21,7 +21,7 @@ section.course-index {
font-size: 14px; font-size: 14px;
h3 { h3 {
@include border-radius(0); border-radius: 0;
margin: 0; margin: 0;
overflow: visible; overflow: visible;
...@@ -44,7 +44,7 @@ section.course-index { ...@@ -44,7 +44,7 @@ section.course-index {
color: #000; color: #000;
a { a {
@include border-radius(0); border-radius: 0;
@include box-shadow(none); @include box-shadow(none);
padding-left: 19px; padding-left: 19px;
} }
...@@ -96,7 +96,7 @@ section.course-index { ...@@ -96,7 +96,7 @@ section.course-index {
ul.ui-accordion-content { ul.ui-accordion-content {
background: transparent; background: transparent;
border: none; border: none;
@include border-radius(0); border-radius: 0;
margin: 0; margin: 0;
padding: 9px 0 9px 9px; padding: 9px 0 9px 9px;
overflow: auto; overflow: auto;
...@@ -104,12 +104,12 @@ section.course-index { ...@@ -104,12 +104,12 @@ section.course-index {
li { li {
border-bottom: 0; border-bottom: 0;
@include border-radius(0); border-radius: 0;
margin-bottom: 4px; margin-bottom: 4px;
a { a {
background: transparent; background: transparent;
@include border-radius(4px); border-radius: 4px;
display: block; display: block;
padding: 5px 36px 5px 10px; padding: 5px 36px 5px 10px;
position: relative; position: relative;
......
...@@ -14,7 +14,7 @@ div.calc-main { ...@@ -14,7 +14,7 @@ div.calc-main {
a.calc { a.calc {
background: url("../images/calc-icon.png") rgba(#111, .9) no-repeat center; background: url("../images/calc-icon.png") rgba(#111, .9) no-repeat center;
border-bottom: 0; border-bottom: 0;
@include border-radius(3px 3px 0 0); border-radius: 3px 3px 0 0;
color: #fff; color: #fff;
float: right; float: right;
height: 20px; height: 20px;
...@@ -51,7 +51,7 @@ div.calc-main { ...@@ -51,7 +51,7 @@ div.calc-main {
input#calculator_button { input#calculator_button {
background: #111; background: #111;
border: 1px solid #000; border: 1px solid #000;
@include border-radius(0); border-radius: 0;
@include box-shadow(none); @include box-shadow(none);
@include box-sizing(border-box); @include box-sizing(border-box);
color: #fff; color: #fff;
...@@ -121,7 +121,7 @@ div.calc-main { ...@@ -121,7 +121,7 @@ div.calc-main {
dl { dl {
background: #fff; background: #fff;
@include border-radius(3px); border-radius: 3px;
@include box-shadow(0 0 3px #999); @include box-shadow(0 0 3px #999);
color: #333; color: #333;
display: none; display: none;
......
...@@ -79,7 +79,7 @@ header.global.slim { ...@@ -79,7 +79,7 @@ header.global.slim {
@include background-image(linear-gradient(-90deg, lighten($link-color, 8%), lighten($link-color, 5%) 50%, $link-color 50%, darken($link-color, 10%) 100%)); @include background-image(linear-gradient(-90deg, lighten($link-color, 8%), lighten($link-color, 5%) 50%, $link-color 50%, darken($link-color, 10%) 100%));
border: 1px solid transparent; border: 1px solid transparent;
border-color: darken($link-color, 10%); border-color: darken($link-color, 10%);
@include border-radius(3px); border-radius: 3px;
@include box-sizing(border-box); @include box-sizing(border-box);
@include box-shadow(0 1px 0 0 rgba(255,255,255, 0.6)); @include box-shadow(0 1px 0 0 rgba(255,255,255, 0.6));
color: #fff; color: #fff;
......
...@@ -41,10 +41,10 @@ section.wiki { ...@@ -41,10 +41,10 @@ section.wiki {
a { a {
float: left; float: left;
display: block; display: block;
overflow: hidden; overflow: hidden;
height: 30px; height: 30px;
line-height: 31px; line-height: 31px;
max-width: 200px; max-width: 200px;
height: 100%; height: 100%;
text-overflow: ellipsis; text-overflow: ellipsis;
...@@ -56,7 +56,7 @@ section.wiki { ...@@ -56,7 +56,7 @@ section.wiki {
display: inline; display: inline;
margin-left: 10px; margin-left: 10px;
color: $base-font-color; color: $base-font-color;
height: 30px; height: 30px;
line-height: 31px; line-height: 31px;
} }
} }
...@@ -208,7 +208,7 @@ section.wiki { ...@@ -208,7 +208,7 @@ section.wiki {
background-color: $sidebar-color; background-color: $sidebar-color;
padding: 9px; padding: 9px;
margin: 10px 0; margin: 10px 0;
@include border-radius(5px); border-radius: 5px;
ul { ul {
margin: 0; margin: 0;
...@@ -234,7 +234,7 @@ section.wiki { ...@@ -234,7 +234,7 @@ section.wiki {
.timestamp{ .timestamp{
margin-top: 15px; margin-top: 15px;
padding: 15px 0 0 10px; padding: 15px 0 0 10px;
border-top: 1px solid $light-gray; border-top: 1px solid $light-gray;
.label { .label {
font-size: 0.7em; font-size: 0.7em;
...@@ -536,13 +536,13 @@ section.wiki { ...@@ -536,13 +536,13 @@ section.wiki {
.modal-header { .modal-header {
h1, p { h1, p {
color: #fff; color: #fff;
} }
h1 { h1 {
margin: 3px 12px 8px; margin: 3px 12px 8px;
font-size: 1.1em; font-size: 1.1em;
} }
p { p {
font-size: 0.9em; font-size: 0.9em;
...@@ -610,7 +610,7 @@ section.wiki { ...@@ -610,7 +610,7 @@ section.wiki {
border: 1px solid #ccc; border: 1px solid #ccc;
@include linear-gradient(top, #eee, #d2d2d2); @include linear-gradient(top, #eee, #d2d2d2);
font-size: 22px; font-size: 22px;
line-height: 28px; line-height: 28px;
color: #333; color: #333;
text-align: center; text-align: center;
@include box-shadow(0 1px 0 #fff inset, 0 1px 2px rgba(0, 0, 0, .2)); @include box-shadow(0 1px 0 #fff inset, 0 1px 2px rgba(0, 0, 0, .2));
...@@ -688,7 +688,7 @@ section.wiki { ...@@ -688,7 +688,7 @@ section.wiki {
overflow-x: scroll; overflow-x: scroll;
table { table {
min-width: 100%; min-width: 100%;
} }
th { th {
...@@ -798,7 +798,7 @@ section.wiki { ...@@ -798,7 +798,7 @@ section.wiki {
background-color: $sidebar-color; background-color: $sidebar-color;
padding: 9px; padding: 9px;
margin: 0 -9px 20px; margin: 0 -9px 20px;
@include border-radius(5px); border-radius: 5px;
.well-small { .well-small {
@include clearfix; @include clearfix;
...@@ -837,7 +837,7 @@ section.wiki { ...@@ -837,7 +837,7 @@ section.wiki {
padding: 8px; padding: 8px;
overflow: hidden; overflow: hidden;
} }
a.list-children { a.list-children {
margin-left: 3px; margin-left: 3px;
} }
...@@ -858,7 +858,7 @@ section.wiki { ...@@ -858,7 +858,7 @@ section.wiki {
.attachment-options { .attachment-options {
height: 40px; height: 40px;
margin: 40px 0 30px; margin: 40px 0 30px;
} }
.attachment-list { .attachment-list {
...@@ -871,7 +871,7 @@ section.wiki { ...@@ -871,7 +871,7 @@ section.wiki {
margin-bottom: 15px; margin-bottom: 15px;
border: 1px solid #DDD; border: 1px solid #DDD;
background: #F9F9F9; background: #F9F9F9;
@include border-radius(5px); border-radius: 5px;
} }
header, header,
...@@ -881,7 +881,7 @@ section.wiki { ...@@ -881,7 +881,7 @@ section.wiki {
.attachment-details { .attachment-details {
background: #eee; background: #eee;
@include border-radius(0 0 5px 5px); border-radius: 0 0 5px 5px;
} }
h3 { h3 {
...@@ -1046,13 +1046,13 @@ section.wiki { ...@@ -1046,13 +1046,13 @@ section.wiki {
.modal-header { .modal-header {
h1, p { h1, p {
color: #fff; color: #fff;
} }
h1 { h1 {
margin: 3px 12px 8px; margin: 3px 12px 8px;
font-size: 1.1em; font-size: 1.1em;
} }
p { p {
font-size: 0.9em; font-size: 0.9em;
...@@ -1086,7 +1086,7 @@ section.wiki { ...@@ -1086,7 +1086,7 @@ section.wiki {
@include button; @include button;
font-size: 0.8em; font-size: 0.8em;
} }
margin-right: 10px; margin-right: 10px;
} }
} }
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
// specific examples - buttons // specific examples - buttons
.button-primary { .button-primary {
@include border-radius(0); border-radius: 0;
@include linear-gradient(saturate($link-color-d1,15%) 5%, shade($link-color-d1,15%) 95%); @include linear-gradient(saturate($link-color-d1,15%) 5%, shade($link-color-d1,15%) 95%);
display: inline-block; display: inline-block;
padding: $baseline/2 $baseline*2.5; padding: $baseline/2 $baseline*2.5;
...@@ -249,7 +249,7 @@ ...@@ -249,7 +249,7 @@
// elements // elements
label, input, textarea { label, input, textarea {
@include border-radius(0); border-radius: 0;
display: block; display: block;
height: auto; height: auto;
font-family: $sans-serif; font-family: $sans-serif;
...@@ -539,11 +539,11 @@ ...@@ -539,11 +539,11 @@
// modal password reset form // modal password reset form
#forgot-password-modal { #forgot-password-modal {
@include border-radius(2px); border-radius: 2px;
.inner-wrapper { .inner-wrapper {
@include border-radius(2px); border-radius: 2px;
background: $body-bg; background: $body-bg;
padding-bottom: 0 !important; padding-bottom: 0 !important;
} }
...@@ -579,7 +579,7 @@ ...@@ -579,7 +579,7 @@
} }
form { form {
@include border-radius(0); border-radius: 0;
@include box-shadow(none); @include box-shadow(none);
margin: 0; margin: 0;
border: none; border: none;
......
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
> a.find-courses, a.register { > a.find-courses, a.register {
@include button(shiny, $button-color); @include button(shiny, $button-color);
@include box-sizing(border-box); @include box-sizing(border-box);
@include border-radius(3px); border-radius: 3px;
display: block; display: block;
font: normal 1.2rem/1.6rem $sans-serif; font: normal 1.2rem/1.6rem $sans-serif;
letter-spacing: 1px; letter-spacing: 1px;
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
strong { strong {
@include button(shiny, $button-color); @include button(shiny, $button-color);
@include box-sizing(border-box); @include box-sizing(border-box);
@include border-radius(3px); border-radius: 3px;
display: block; display: block;
float: left; float: left;
font: normal 1.2rem/1.6rem $sans-serif; font: normal 1.2rem/1.6rem $sans-serif;
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
.play-intro { .play-intro {
@include background-image(linear-gradient(-90deg, rgba(0,0,0, 0.65), rgba(0,0,0, 0.75))); @include background-image(linear-gradient(-90deg, rgba(0,0,0, 0.65), rgba(0,0,0, 0.75)));
@include border-radius(4px); border-radius: 4px;
@include box-shadow(0 1px 12px 0 rgba(0,0,0, 0.4)); @include box-shadow(0 1px 12px 0 rgba(0,0,0, 0.4));
border: 2px solid rgba(255,255,255, 0.8); border: 2px solid rgba(255,255,255, 0.8);
height: 80px; height: 80px;
...@@ -438,7 +438,7 @@ ...@@ -438,7 +438,7 @@
@include background-image(linear-gradient(-90deg, rgba(0,0,0, 0.9) 0%, @include background-image(linear-gradient(-90deg, rgba(0,0,0, 0.9) 0%,
rgba(0,0,0, 0.7) 100%)); rgba(0,0,0, 0.7) 100%));
border: 1px solid rgba(0,0,0, 0.5); border: 1px solid rgba(0,0,0, 0.5);
@include border-radius(4px); border-radius: 4px;
@include box-shadow(0 4px 25px 0 rgba(0,0,0, 0.5)); @include box-shadow(0 4px 25px 0 rgba(0,0,0, 0.5));
@include box-sizing(border-box); @include box-sizing(border-box);
color: rgb(255,255,255); color: rgb(255,255,255);
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
@include background-image($dashboard-profile-header-image); @include background-image($dashboard-profile-header-image);
background-color: $dashboard-profile-header-color; background-color: $dashboard-profile-header-color;
border: 1px solid $border-color-2; border: 1px solid $border-color-2;
@include border-radius(4px); border-radius: 4px;
@include box-sizing(border-box); @include box-sizing(border-box);
width: flex-grid(12); width: flex-grid(12);
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
@include background-image($button-bg-image); @include background-image($button-bg-image);
background-color: $button-bg-color; background-color: $button-bg-color;
border: 1px solid $border-color-2; border: 1px solid $border-color-2;
@include border-radius(4px); border-radius: 4px;
@include box-shadow(0 1px 8px 0 rgba(0,0,0, 0.1)); @include box-shadow(0 1px 8px 0 rgba(0,0,0, 0.1));
@include box-sizing(border-box); @include box-sizing(border-box);
color: $base-font-color; color: $base-font-color;
...@@ -284,7 +284,7 @@ ...@@ -284,7 +284,7 @@
margin-bottom: none; margin-bottom: none;
} }
.cover { .cover {
@include box-sizing(border-box); @include box-sizing(border-box);
float: left; float: left;
height: 100%; height: 100%;
...@@ -378,7 +378,7 @@ ...@@ -378,7 +378,7 @@
.enter-course { .enter-course {
@include button(simple, $button-color); @include button(simple, $button-color);
@include box-sizing(border-box); @include box-sizing(border-box);
@include border-radius(3px); border-radius: 3px;
display: block; display: block;
float: left; float: left;
font: normal 15px/1.6rem $sans-serif; font: normal 15px/1.6rem $sans-serif;
...@@ -406,7 +406,7 @@ ...@@ -406,7 +406,7 @@
.message-status { .message-status {
@include clearfix; @include clearfix;
@include border-radius(3px); border-radius: 3px;
display: none; display: none;
z-index: 10; z-index: 10;
margin: 20px 0 10px; margin: 20px 0 10px;
...@@ -431,7 +431,7 @@ ...@@ -431,7 +431,7 @@
strong { strong {
font-weight: 700; font-weight: 700;
a { a {
font-weight: 700; font-weight: 700;
} }
...@@ -454,7 +454,7 @@ ...@@ -454,7 +454,7 @@
.btn { .btn {
@include box-sizing(border-box); @include box-sizing(border-box);
@include border-radius(3px); border-radius: 3px;
float: left; float: left;
font: normal 0.8rem/1.2rem $sans-serif; font: normal 0.8rem/1.2rem $sans-serif;
letter-spacing: 1px; letter-spacing: 1px;
......
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
.play-intro { .play-intro {
@include background-image(linear-gradient(-90deg, rgba(0,0,0, 0.65), rgba(0,0,0, 0.75))); @include background-image(linear-gradient(-90deg, rgba(0,0,0, 0.65), rgba(0,0,0, 0.75)));
@include border-radius(4px); border-radius: 4px;
@include box-shadow(0 1px 12px 0 rgba(0,0,0, 0.4)); @include box-shadow(0 1px 12px 0 rgba(0,0,0, 0.4));
@include box-sizing(border-box); @include box-sizing(border-box);
border: 2px solid rgba(255,255,255, 0.8); border: 2px solid rgba(255,255,255, 0.8);
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
> h2 { > h2 {
@include background-image(linear-gradient(-90deg, rgb(250,250,250), rgb(230,230,230))); @include background-image(linear-gradient(-90deg, rgb(250,250,250), rgb(230,230,230)));
border: 1px solid $border-color-2; border: 1px solid $border-color-2;
@include border-radius(4px); border-radius: 4px;
border-top-color: $border-color-1; border-top-color: $border-color-1;
@include box-shadow(inset 0 0 0 1px rgba(255,255,255, 0.4), 0 0px 12px 0 rgba(0,0,0, 0.2)); @include box-shadow(inset 0 0 0 1px rgba(255,255,255, 0.4), 0 0px 12px 0 rgba(0,0,0, 0.2));
color: $lighter-base-font-color; color: $lighter-base-font-color;
......
...@@ -9,7 +9,7 @@ $white: rgb(255,255,255); ...@@ -9,7 +9,7 @@ $white: rgb(255,255,255);
width: 980px; width: 980px;
.wrapper-mediakit { .wrapper-mediakit {
@include border-radius(4px); border-radius: 4px;
@include box-sizing(border-box); @include box-sizing(border-box);
@include box-shadow(0 1px 10px 0 rgba(0,0,0, 0.1)); @include box-shadow(0 1px 10px 0 rgba(0,0,0, 0.1));
margin: ($baseline*3) 0 0 0; margin: ($baseline*3) 0 0 0;
...@@ -24,7 +24,7 @@ $white: rgb(255,255,255); ...@@ -24,7 +24,7 @@ $white: rgb(255,255,255);
} }
header { header {
} }
} }
} }
...@@ -113,7 +113,7 @@ $white: rgb(255,255,255); ...@@ -113,7 +113,7 @@ $white: rgb(255,255,255);
} }
aside { aside {
@include border-radius(2px); border-radius: 2px;
@include box-sizing(border-box); @include box-sizing(border-box);
@include box-shadow(0 1px 4px 0 rgba(0,0,0, 0.2)); @include box-shadow(0 1px 4px 0 rgba(0,0,0, 0.2));
width: 330px; width: 330px;
...@@ -142,7 +142,7 @@ $white: rgb(255,255,255); ...@@ -142,7 +142,7 @@ $white: rgb(255,255,255);
.note { .note {
width: 100%; width: 100%;
display: inline-block; display: inline-block;
text-align: center; text-align: center;
} }
} }
...@@ -171,7 +171,7 @@ $white: rgb(255,255,255); ...@@ -171,7 +171,7 @@ $white: rgb(255,255,255);
// library section // library section
.library { .library {
@include border-radius(2px); border-radius: 2px;
@include box-sizing(border-box); @include box-sizing(border-box);
@include box-shadow(0 1px 4px 0 rgba(0,0,0, 0.2)); @include box-shadow(0 1px 4px 0 rgba(0,0,0, 0.2));
border: 3px solid tint($light-gray,50%); border: 3px solid tint($light-gray,50%);
...@@ -220,7 +220,7 @@ $white: rgb(255,255,255); ...@@ -220,7 +220,7 @@ $white: rgb(255,255,255);
figure { figure {
a { a {
@include border-radius(2px); border-radius: 2px;
@include box-sizing(border-box); @include box-sizing(border-box);
@include box-shadow(0 1px 2px 0 rgba(0,0,0, 0.1)); @include box-shadow(0 1px 2px 0 rgba(0,0,0, 0.1));
display: block; display: block;
...@@ -257,4 +257,4 @@ $white: rgb(255,255,255); ...@@ -257,4 +257,4 @@ $white: rgb(255,255,255);
.share { .share {
} }
} }
\ No newline at end of file
.password-reset { .password-reset {
background: rgb(245,245,245); background: rgb(245,245,245);
border: 1px solid rgb(200,200,200); border: 1px solid rgb(200,200,200);
@include border-radius(4px); border-radius: 4px;
@include box-sizing(border-box); @include box-sizing(border-box);
@include box-shadow(0 5px 50px 0 rgba(0,0,0, 0.3)); @include box-shadow(0 5px 50px 0 rgba(0,0,0, 0.3));
margin: 120px auto 0; margin: 120px auto 0;
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
> article { > article {
border: 1px solid rgb(220,220,220); border: 1px solid rgb(220,220,220);
@include border-radius(10px); border-radius: 10px;
@include box-sizing(border-box); @include box-sizing(border-box);
@include box-shadow(0 2px 16px 0 rgba(0,0,0, 0.1)); @include box-shadow(0 2px 16px 0 rgba(0,0,0, 0.1));
margin: 0 auto; margin: 0 auto;
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
.introduction { .introduction {
header { header {
h2 { h2 {
margin: 0; margin: 0;
font-family: $sans-serif; font-family: $sans-serif;
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
font-family: $sans-serif; font-family: $sans-serif;
font-size: 34px; font-size: 34px;
text-align: left; text-align: left;
} }
} }
} }
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
form { form {
border: 1px solid rgb(216, 223, 230); border: 1px solid rgb(216, 223, 230);
@include border-radius(3px); border-radius: 3px;
@include box-shadow(0 1px 2px 0 rgba(0,0,0, 0.2)); @include box-shadow(0 1px 2px 0 rgba(0,0,0, 0.2));
.instructions, .note { .instructions, .note {
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
display: block; display: block;
@include button(simple, $blue); @include button(simple, $blue);
@include box-sizing(border-box); @include box-sizing(border-box);
@include border-radius(3px); border-radius: 3px;
font: bold 15px/1.6rem $sans-serif; font: bold 15px/1.6rem $sans-serif;
letter-spacing: 0; letter-spacing: 0;
padding: ($baseline*0.75) $baseline; padding: ($baseline*0.75) $baseline;
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
} }
.value { .value {
@include border-radius(3px); border-radius: 3px;
border: 1px solid #C8C8C8; border: 1px solid #C8C8C8;
padding: $baseline ($baseline*0.75); padding: $baseline ($baseline*0.75);
background: #FAFAFA; background: #FAFAFA;
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
input, textarea { input, textarea {
height: 100%; height: 100%;
width: 100%; width: 100%;
padding: ($baseline/2); padding: ($baseline/2);
&.long { &.long {
width: 100%; width: 100%;
...@@ -336,7 +336,7 @@ ...@@ -336,7 +336,7 @@
padding-left: $baseline; padding-left: $baseline;
.message-status { .message-status {
@include border-radius(3px); border-radius: 3px;
margin: 0 0 ($baseline*2) 0; margin: 0 0 ($baseline*2) 0;
border: 1px solid #ccc; border: 1px solid #ccc;
padding: 0; padding: 0;
...@@ -412,7 +412,7 @@ ...@@ -412,7 +412,7 @@
} }
&:before { &:before {
@include border-radius($baseline); border-radius: $baseline;
position: relative; position: relative;
top: 3px; top: 3px;
display: block; display: block;
...@@ -523,7 +523,7 @@ ...@@ -523,7 +523,7 @@
} }
.label, .value { .label, .value {
display: inline-block; display: inline-block;
} }
.label { .label {
...@@ -559,7 +559,7 @@ ...@@ -559,7 +559,7 @@
letter-spacing: 0; letter-spacing: 0;
} }
} }
.registration-processed { .registration-processed {
...@@ -627,7 +627,7 @@ ...@@ -627,7 +627,7 @@
// status messages // status messages
.message { .message {
@include border-radius(3px); border-radius: 3px;
display: none; display: none;
margin: $baseline 0; margin: $baseline 0;
padding: ($baseline/2) $baseline; padding: ($baseline/2) $baseline;
...@@ -642,7 +642,7 @@ ...@@ -642,7 +642,7 @@
// registration status // registration status
&.message-flash { &.message-flash {
@include border-radius(3px); border-radius: 3px;
position: relative; position: relative;
margin: 0 0 ($baseline*2) 0; margin: 0 0 ($baseline*2) 0;
border: 1px solid #ccc; border: 1px solid #ccc;
...@@ -787,4 +787,4 @@ ...@@ -787,4 +787,4 @@
.is-hidden { .is-hidden {
display: none; display: none;
} }
} }
\ No newline at end of file
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
background: rgb(252,252,252); background: rgb(252,252,252);
border: 1px solid rgb(200,200,200); border: 1px solid rgb(200,200,200);
@include box-shadow(0 3px 20px 0 rgba(0,0,0, 0.2)); @include box-shadow(0 3px 20px 0 rgba(0,0,0, 0.2));
@include border-radius(4px); border-radius: 4px;
margin: 0 auto; margin: 0 auto;
padding: 40px; padding: 40px;
width: flex-grid(6); width: flex-grid(6);
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
.filter-heading { .filter-heading {
@include background-image(linear-gradient(-90deg, rgb(250,250,250) 0%, rgb(245,245,245) 50%, rgb(235,235,235) 50%, rgb(230,230,230) 100%)); @include background-image(linear-gradient(-90deg, rgb(250,250,250) 0%, rgb(245,245,245) 50%, rgb(235,235,235) 50%, rgb(230,230,230) 100%));
@include border-radius(4px); border-radius: 4px;
@include box-sizing(border-box); @include box-sizing(border-box);
@include box-shadow(0 1px 0 0 rgba(255,255,255, 0.4), inset 0 1px 0 0 rgba(255,255,255, 0.6)); @include box-shadow(0 1px 0 0 rgba(255,255,255, 0.4), inset 0 1px 0 0 rgba(255,255,255, 0.6));
border: 1px solid rgb(200,200,200); border: 1px solid rgb(200,200,200);
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
ul { ul {
background: rgb(255,255,255); background: rgb(255,255,255);
@include border-radius(0px 4px 4px 4px); border-radius: 0px 4px 4px 4px;
border: 1px solid rgb(200,200,200); border: 1px solid rgb(200,200,200);
@include box-shadow(0 2px 15px 0 rgba(0,0,0, 0.2)); @include box-shadow(0 2px 15px 0 rgba(0,0,0, 0.2));
padding: 20px 0px 5px 20px; padding: 20px 0px 5px 20px;
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
.filter-heading { .filter-heading {
background: rgb(255,255,255); background: rgb(255,255,255);
@include background-image(linear-gradient(-90deg, rgb(250,250,250), rgb(255,255,255))); @include background-image(linear-gradient(-90deg, rgb(250,250,250), rgb(255,255,255)));
@include border-radius(4px 4px 0px 0px); border-radius: 4px 4px 0px 0px;
border-bottom: 1px dotted rgb(200,200,200); border-bottom: 1px dotted rgb(200,200,200);
@include box-shadow(0 2px 0 -1px rgb(255,255,255)); @include box-shadow(0 2px 0 -1px rgb(255,255,255));
color: $base-font-color; color: $base-font-color;
...@@ -83,14 +83,14 @@ ...@@ -83,14 +83,14 @@
float: right; float: right;
input[type="text"] { input[type="text"] {
@include border-radius(3px 0px 0px 3px); border-radius: 3px 0px 0px 3px;
float: left; float: left;
height: 36px; height: 36px;
width: 200px; width: 200px;
} }
input[type="submit"] { input[type="submit"] {
@include border-radius(0px 3px 3px 0px); border-radius: 0px 3px 3px 0px;
float: left; float: left;
height: 36px; height: 36px;
padding: 2px 20px; padding: 2px 20px;
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
.course { .course {
background: $body-bg; background: $body-bg;
border: 1px solid $border-color-1; border: 1px solid $border-color-1;
@include border-radius(2px); border-radius: 2px;
@include box-sizing(border-box); @include box-sizing(border-box);
@include box-shadow(0 1px 10px 0 rgba(0,0,0, 0.15), inset 0 0 0 1px rgba(255,255,255, 0.9)); @include box-shadow(0 1px 10px 0 rgba(0,0,0, 0.15), inset 0 0 0 1px rgba(255,255,255, 0.9));
margin-bottom: 30px; margin-bottom: 30px;
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
font-size: 10px; font-size: 10px;
left: 10px; left: 10px;
padding: 2px 10px; padding: 2px 10px;
@include border-radius(2px); border-radius: 2px;
position: absolute; position: absolute;
text-transform: uppercase; text-transform: uppercase;
top: -6px; top: -6px;
......
...@@ -17,7 +17,7 @@ input[type="password"], ...@@ -17,7 +17,7 @@ input[type="password"],
input[type="tel"] { input[type="tel"] {
background: $form-bg-color; background: $form-bg-color;
border: 1px solid $border-color-2; border: 1px solid $border-color-2;
@include border-radius(3px); border-radius: 3px;
@include box-shadow(0 1px 0 0 rgba(255,255,255, 0.6), inset 0 0 3px 0 rgba(0,0,0, 0.1)); @include box-shadow(0 1px 0 0 rgba(255,255,255, 0.6), inset 0 0 3px 0 rgba(0,0,0, 0.1));
@include box-sizing(border-box); @include box-sizing(border-box);
font: italic 300 1rem/1.6rem $serif; font: italic 300 1rem/1.6rem $serif;
...@@ -45,7 +45,7 @@ input[type="submit"], ...@@ -45,7 +45,7 @@ input[type="submit"],
input[type="button"], input[type="button"],
button, button,
.button { .button {
@include border-radius(3px); border-radius: 3px;
@include button(shiny, $button-color); @include button(shiny, $button-color);
font: normal 1.2rem/1.6rem $sans-serif; font: normal 1.2rem/1.6rem $sans-serif;
letter-spacing: 1px; letter-spacing: 1px;
......
...@@ -79,7 +79,7 @@ header.global { ...@@ -79,7 +79,7 @@ header.global {
@include background-image($button-bg-image); @include background-image($button-bg-image);
background-color: $button-bg-color; background-color: $button-bg-color;
border: 1px solid $border-color-2; border: 1px solid $border-color-2;
@include border-radius(3px); border-radius: 3px;
@include box-sizing(border-box); @include box-sizing(border-box);
@include box-shadow(0 1px 0 0 rgba(255,255,255, 0.6)); @include box-shadow(0 1px 0 0 rgba(255,255,255, 0.6));
color: $base-font-color; color: $base-font-color;
...@@ -120,7 +120,7 @@ header.global { ...@@ -120,7 +120,7 @@ header.global {
&:last-child { &:last-child {
> a { > a {
@include border-radius(0 4px 4px 0); border-radius: 0 4px 4px 0;
border-left: none; border-left: none;
padding: 5px 8px 7px 8px; padding: 5px 8px 7px 8px;
} }
...@@ -158,7 +158,7 @@ header.global { ...@@ -158,7 +158,7 @@ header.global {
ul.dropdown-menu { ul.dropdown-menu {
background: $border-color-4; background: $border-color-4;
@include border-radius(4px); border-radius: 4px;
@include box-shadow(0 2px 24px 0 rgba(0,0,0, 0.3)); @include box-shadow(0 2px 24px 0 rgba(0,0,0, 0.3));
border: 1px solid $border-color-3; border: 1px solid $border-color-3;
display: none; display: none;
...@@ -204,7 +204,7 @@ header.global { ...@@ -204,7 +204,7 @@ header.global {
> a { > a {
border: 1px solid transparent; border: 1px solid transparent;
@include border-radius(3px); border-radius: 3px;
@include box-sizing(border-box); @include box-sizing(border-box);
color: $link-color; color: $link-color;
cursor: pointer; cursor: pointer;
...@@ -279,7 +279,7 @@ header.global { ...@@ -279,7 +279,7 @@ header.global {
display: inline-block; display: inline-block;
a { a {
@include border-radius(0); border-radius: 0;
@include linear-gradient(saturate($link-color-d1,15%) 5%, shade($link-color-d1,15%) 95%); @include linear-gradient(saturate($link-color-d1,15%) 5%, shade($link-color-d1,15%) 95%);
display: inline-block; display: inline-block;
padding: $baseline/2 $baseline*2.5; padding: $baseline/2 $baseline*2.5;
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
.modal { .modal {
background: rgba(0,0,0, 0.6); background: rgba(0,0,0, 0.6);
border: 1px solid rgba(0, 0, 0, 0.9); border: 1px solid rgba(0, 0, 0, 0.9);
@include border-radius(0px); border-radius: 0px;
@include box-shadow(0 15px 80px 15px rgba(0,0,0, 0.5)); @include box-shadow(0 15px 80px 15px rgba(0,0,0, 0.5));
color: #fff; color: #fff;
display: none; display: none;
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
.inner-wrapper { .inner-wrapper {
background: $modal-bg-color; background: $modal-bg-color;
@include border-radius(0px); border-radius: 0px;
border: 1px solid rgba(0, 0, 0, 0.9); border: 1px solid rgba(0, 0, 0, 0.9);
@include box-shadow(inset 0 1px 0 0 rgba(255, 255, 255, 0.7)); @include box-shadow(inset 0 1px 0 0 rgba(255, 255, 255, 0.7));
overflow: hidden; overflow: hidden;
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
label.honor-code { label.honor-code {
background: rgb(233,233,233); background: rgb(233,233,233);
border: 1px solid rgb(200,200,200); border: 1px solid rgb(200,200,200);
@include border-radius(3px); border-radius: 3px;
@include box-shadow(0 1px 0 0 rgba(255,255,255, 0.6)); @include box-shadow(0 1px 0 0 rgba(255,255,255, 0.6));
display: block; display: block;
margin-bottom: 20px; margin-bottom: 20px;
...@@ -274,7 +274,7 @@ ...@@ -274,7 +274,7 @@
} }
.close-modal { .close-modal {
@include border-radius(2px); border-radius: 2px;
cursor: pointer; cursor: pointer;
@include inline-block; @include inline-block;
padding: 10px; padding: 10px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment