1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-20 21:59:42 +02:00

Front-end and design tweaks

This commit is contained in:
EnesAlili 2016-10-06 19:14:46 +01:00
parent bed6271d0d
commit 752d6aa9e3
7 changed files with 18 additions and 18 deletions

View file

@ -10,26 +10,26 @@
// https://documize.com // https://documize.com
$color-off-white: #f5f5f5; $color-off-white: #f5f5f5;
$color-off-black: #333333; $color-off-black: #393939;
$color-black: #000000; $color-black: #000000;
$color-white: #ffffff; $color-white: #ffffff;
$color-primary: #115a97; $color-primary: #2667af;
$color-red: #d04134; $color-red: #d04134;
$color-green: #4caf50; $color-green: #4caf50;
$color-blue: #115a97; $color-blue: #2667af;
$color-gray: #8b9096; $color-gray: #8b9096;
$color-goldy: #cc9933; $color-goldy: #cc9933;
$color-header: #f3f5f8; $color-header: #f3f5f8;
$color-link: #0092d3; $color-link: #0092d3;
$color-border: #e1e1e1; $color-border: #f3f5f8;
$color-input: #5a5a5a; $color-input: #5a5a5a;
$color-stroke: #e1e1e1; $color-stroke: #e1e1e1;
$color-tooltip: #a1a1a1; $color-tooltip: #a1a1a1;
$color-toast: #4c4c4c; $color-toast: #4c4c4c;
$color-checkbox: #115a97; $color-checkbox: #2667af;
$color-card-active: #f7fcff; $color-card-active: #f7fcff;
$color-chip: #98A2AB; $color-chip: #98A2AB;

View file

@ -43,7 +43,7 @@
} }
> .file { > .file {
font-size: 0.9rem; font-size: 1rem;
} }
} }

View file

@ -13,10 +13,11 @@
cursor: pointer; cursor: pointer;
padding: 10px 5px; padding: 10px 5px;
margin: 5px 0; margin: 5px 0;
@include ease-in();
&:hover { &:hover {
@include ease-in(); @include ease-in();
> .details { > .details {
> .title { > .title {
color: $color-primary; color: $color-primary;
@ -31,22 +32,20 @@
.icon { .icon {
text-align: center; text-align: center;
display: inline-block; display: inline-block;
padding-right: 20px;
width: 50px; width: 50px;
> .img { > .img {
float: left; float: left;
text-align: center; text-align: center;
display: inline-block; display: inline-block;
height: 45px; height: 40px;
width: 45px; width: 40px;
} }
} }
> .details { > .details {
vertical-align: top; vertical-align: top;
display: inline-block; display: inline-block;
float: left;
width: 80%; width: 80%;
> .title { > .title {
@ -58,7 +57,7 @@
> .desc { > .desc {
color: $color-gray; color: $color-gray;
font-size: 0.8rem; font-size: 0.9rem;
margin-top: 5px; margin-top: 5px;
} }
} }

View file

@ -45,8 +45,8 @@
h1 h1
{ {
font-size: 2em; font-size: 1.6em;
font-weight: bold; font-family: open_sansregular;
color:$color-off-black; color:$color-off-black;
margin: 30px 0 20px 0; margin: 30px 0 20px 0;
} }
@ -134,7 +134,7 @@
border-width: 2px; border-width: 2px;
} }
th { th {
background: #e6e6e6; background: #efefef;
} }
} }
} }

View file

@ -57,6 +57,7 @@
width: 100%; width: 100%;
position: relative; position: relative;
transition: .3s; transition: .3s;
border-bottom: 1px solid $color-border;
&:hover { &:hover {
> .link { > .link {

View file

@ -1,5 +1,5 @@
<div id="zone-header" class="zone-header"> <div id="zone-header" class="zone-header">
<div class="info pull-left width-50"> <div class="info pull-left width-70">
<div class="title"> <div class="title">
&nbsp;{{title}} &nbsp;{{title}}
</div> </div>

View file

@ -21,7 +21,7 @@
"devDependencies": { "devDependencies": {
"broccoli-asset-rev": "^2.4.2", "broccoli-asset-rev": "^2.4.2",
"ember-ajax": "2.3.2", "ember-ajax": "2.3.2",
"ember-cli": "2.8.0", "ember-cli": "^2.8.0",
"ember-cli-app-version": "^1.0.0", "ember-cli-app-version": "^1.0.0",
"ember-cli-babel": "^5.1.6", "ember-cli-babel": "^5.1.6",
"ember-cli-dependency-checker": "^1.2.0", "ember-cli-dependency-checker": "^1.2.0",
@ -32,9 +32,9 @@
"ember-cli-mirage": "^0.2.0", "ember-cli-mirage": "^0.2.0",
"ember-cli-qunit": "^2.1.0", "ember-cli-qunit": "^2.1.0",
"ember-cli-release": "0.2.9", "ember-cli-release": "0.2.9",
"ember-cli-test-loader": "^1.1.0",
"ember-cli-sass": "5.3.1", "ember-cli-sass": "5.3.1",
"ember-cli-sri": "^2.1.0", "ember-cli-sri": "^2.1.0",
"ember-cli-test-loader": "^1.1.0",
"ember-cli-uglify": "^1.2.0", "ember-cli-uglify": "^1.2.0",
"ember-data": "^2.8.0", "ember-data": "^2.8.0",
"ember-export-application-global": "^1.0.5", "ember-export-application-global": "^1.0.5",