Skip to content
Snippets Groups Projects
Commit 7700ec68 authored by Frances Botsford's avatar Frances Botsford Committed by cahrens
Browse files

addressing PR sass/html comments on studio assets

parent f10cf294
No related branches found
No related tags found
No related merge requests found
...@@ -41,16 +41,16 @@ body.course.uploads { ...@@ -41,16 +41,16 @@ body.course.uploads {
th { th {
@extend %t-copy-sub2; @extend %t-copy-sub2;
background-color: $gray-l5; background-color: $gray-l5;
color: $gray;
padding: 0 $baseline ($baseline*.75) $baseline; padding: 0 $baseline ($baseline*.75) $baseline;
text-align: left;
vertical-align: middle; vertical-align: middle;
text-align: left;
color: $gray;
} }
td { td {
padding: ($baseline/2); padding: ($baseline/2);
text-align: left;
vertical-align: middle; vertical-align: middle;
text-align: left;
} }
tbody { tbody {
...@@ -112,15 +112,15 @@ body.course.uploads { ...@@ -112,15 +112,15 @@ body.course.uploads {
} }
.name-cols { .name-cols {
width: 250px; width: ($baseline*12.5);
} }
.date-cols { .date-cols {
width: 100px; width: ($baseline*5);
} }
.embed-cols { .embed-cols {
width: 200px; width: ($baseline*10);
} }
.actions-cols { .actions-cols {
...@@ -132,7 +132,7 @@ body.course.uploads { ...@@ -132,7 +132,7 @@ body.course.uploads {
overflow: hidden; overflow: hidden;
.thumb { .thumb {
width: $baseline*5; width: ($baseline*5);
img { img {
width: 100%; width: 100%;
...@@ -267,20 +267,17 @@ body.course.uploads { ...@@ -267,20 +267,17 @@ body.course.uploads {
border-radius: ($baseline*2); border-radius: ($baseline*2);
background: $green; background: $green;
padding-top: ($baseline/4); padding-top: ($baseline/4);
color: #fff; color: $white;
} }
.close-button { .close-button {
@include transition(color $tmg-f2 ease-in-out 0s); @include transition(color $tmg-f2 ease-in-out 0s);
position: absolute; position: absolute;
top: 0; top: 0;
right: 15px; right: ($baseline*.75);
padding: 0 !important;
border-radius: 17px !important;
line-height: 29px;
text-align: center;
border: none; border: none;
background: none; background: none;
padding: 0;
[class^="icon-"] { [class^="icon-"] {
@extend %t-action1; @extend %t-action1;
...@@ -288,30 +285,31 @@ body.course.uploads { ...@@ -288,30 +285,31 @@ body.course.uploads {
&:hover { &:hover {
background: none; background: none;
box-shadow: none;
color: $blue; color: $blue;
} }
} }
.embeddable { .embeddable {
display: none; display: none;
margin: 30px 0 130px; margin: ($baseline*1.5) 0 ($baseline*4);
label { label {
display: block; display: block;
margin-bottom: 10px; margin-bottom: ($baseline/2);
font-weight: 700; font-weight: 700;
} }
} }
.embeddable-xml-input { .embeddable-xml-input {
box-shadow: none; box-shadow: none;
width: 400px; width: ($baseline*20);
} }
.copy-button { .copy-button {
@include white-button; @include white-button;
display: none; display: none;
margin-bottom: 100px; margin-bottom: ($baseline*5);
} }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment