add pages for uploading and help
This commit is contained in:
@@ -1 +1,51 @@
|
||||
/* You can add global styles to this file, and also import other style files */
|
||||
/*
|
||||
blue
|
||||
#CBD7F4
|
||||
#B6C1DB
|
||||
#96A0B5
|
||||
#636A78
|
||||
#2C2F36
|
||||
|
||||
grey
|
||||
0123456789abcdef
|
||||
^ ^ ^ ^ ^^
|
||||
#000
|
||||
#444
|
||||
#888
|
||||
#bbb
|
||||
#eee
|
||||
#fff
|
||||
*/
|
||||
$background-color: #CBD7F4;
|
||||
|
||||
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.icon-small {
|
||||
max-width: 1.5em;
|
||||
max-height: 1.5em;
|
||||
margin: 0.2em;
|
||||
}
|
||||
.icon-small:hover {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.icon-large {
|
||||
width: 8em;
|
||||
height: 8em;
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
a.external-link:after {
|
||||
background: transparent url('/assets/img/external-link.svg') no-repeat center bottom;
|
||||
background-size: 0.8em;
|
||||
display: inline-block;
|
||||
width: 1.1em;
|
||||
height: 1em;
|
||||
content: "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user