diff options
| author | garbash <dor.garbash@gmail.com> | 2014-11-30 15:33:39 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-11-30 15:33:39 +0200 |
| commit | 9483b2c1097c224b269d68fb009179b89b126dac (patch) | |
| tree | be16d3d2bd8d11dd790e2ddbd0e009f1eff2dc3e /res/css/partials/top-bar.scss | |
| parent | 5e8629bc2ced01425063b2c51db829770556174a (diff) | |
Added top-bar + removed deprecated elements and classes
Diffstat (limited to 'res/css/partials/top-bar.scss')
| -rw-r--r-- | res/css/partials/top-bar.scss | 46 |
1 files changed, 43 insertions, 3 deletions
diff --git a/res/css/partials/top-bar.scss b/res/css/partials/top-bar.scss index c43f6cce..71414b7a 100644 --- a/res/css/partials/top-bar.scss +++ b/res/css/partials/top-bar.scss @@ -1,9 +1,49 @@ -.logo { +.top-bar{ position:fixed; + top:0; + left:0; + width:100%; + height:36px; + background-color:#363636; //todo: $dark-grey +} + +.doc-title{ + position:fixed; + font-family: $semibold-font-family; + left:60px; top:10px; - right:10px; - opacity: 0.7; + color: #f5f5fa; //todo: $light-grey: + +} + +.profile-circle { + position:fixed; + right: 400px; + border-radius: 50%; + width: 30px; + height: 30px; + background: #33c2e0;//todo: $cyan + top:3px; +} +.profile-initials { + position:fixed; + top:10px; + right:405px; + color: #f5f5fa;//$light-grey +} + +.profile-username { + position:fixed; + top:10px; + right: 295px; + color: #f5f5fa;//$light-grey +} + +.owner-logo { + position:fixed; + top:3px; + right: 50px; } .poweredby{ |
