1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-20 13:49: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
$color-off-white: #f5f5f5;
$color-off-black: #333333;
$color-off-black: #393939;
$color-black: #000000;
$color-white: #ffffff;
$color-primary: #115a97;
$color-primary: #2667af;
$color-red: #d04134;
$color-green: #4caf50;
$color-blue: #115a97;
$color-blue: #2667af;
$color-gray: #8b9096;
$color-goldy: #cc9933;
$color-header: #f3f5f8;
$color-link: #0092d3;
$color-border: #e1e1e1;
$color-border: #f3f5f8;
$color-input: #5a5a5a;
$color-stroke: #e1e1e1;
$color-tooltip: #a1a1a1;
$color-toast: #4c4c4c;
$color-checkbox: #115a97;
$color-checkbox: #2667af;
$color-card-active: #f7fcff;
$color-chip: #98A2AB;

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -21,7 +21,7 @@
"devDependencies": {
"broccoli-asset-rev": "^2.4.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-babel": "^5.1.6",
"ember-cli-dependency-checker": "^1.2.0",
@ -32,9 +32,9 @@
"ember-cli-mirage": "^0.2.0",
"ember-cli-qunit": "^2.1.0",
"ember-cli-release": "0.2.9",
"ember-cli-test-loader": "^1.1.0",
"ember-cli-sass": "5.3.1",
"ember-cli-sri": "^2.1.0",
"ember-cli-test-loader": "^1.1.0",
"ember-cli-uglify": "^1.2.0",
"ember-data": "^2.8.0",
"ember-export-application-global": "^1.0.5",