Style updates
This commit is contained in:
parent
8e733aa12c
commit
cf7eb5b0fc
@ -325,8 +325,15 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
[type="file"] {
|
.file-upload {
|
||||||
width: 80%;
|
input {
|
||||||
|
margin-right: 7px;
|
||||||
|
width: 84.7%;
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.details {
|
.details {
|
||||||
@ -392,6 +399,10 @@
|
|||||||
margin-left: 7px;
|
margin-left: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.pull-right {
|
.pull-right {
|
||||||
color: $color-primary;
|
color: $color-primary;
|
||||||
float: right;
|
float: right;
|
||||||
|
47
src/scss/_files.scss
Normal file
47
src/scss/_files.scss
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
.file-viewer {
|
||||||
|
@include shadow-low;
|
||||||
|
|
||||||
|
background-color: $white;
|
||||||
|
bottom: 2rem;
|
||||||
|
left: 2rem;
|
||||||
|
position: absolute;
|
||||||
|
right: 2rem;
|
||||||
|
top: 5rem;
|
||||||
|
|
||||||
|
.header {
|
||||||
|
background-color: $color-heading-bg;
|
||||||
|
border-bottom: 1px solid lighten($color-border, 18%);
|
||||||
|
font-family: Raleway;
|
||||||
|
font-size: 24px;
|
||||||
|
font-weight: 500;
|
||||||
|
padding: 7px;
|
||||||
|
|
||||||
|
.right {
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
background: none;
|
||||||
|
color: $color-primary;
|
||||||
|
text-shadow: none;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
top: 2.45rem;
|
||||||
|
|
||||||
|
iframe {
|
||||||
|
border: none;
|
||||||
|
border-radius: 0;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -24,4 +24,5 @@
|
|||||||
@import 'notifications';
|
@import 'notifications';
|
||||||
@import 'modal';
|
@import 'modal';
|
||||||
@import 'context-menu';
|
@import 'context-menu';
|
||||||
|
@import 'files';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user