diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-16 17:37:42 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-16 17:37:42 +0200 |
| commit | ade19de410e0a789a921ec1666b278b2a64176d6 (patch) | |
| tree | c4c54b106de93609ca7bb70a20fd4be696715dbe /res/client/css/partials/top-bar.scss | |
| parent | c7d026b1d504323a8c61d51b726e5e8d2337fc4b (diff) | |
moving files around after repository merger
Diffstat (limited to 'res/client/css/partials/top-bar.scss')
| -rw-r--r-- | res/client/css/partials/top-bar.scss | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/res/client/css/partials/top-bar.scss b/res/client/css/partials/top-bar.scss new file mode 100644 index 00000000..cffd200a --- /dev/null +++ b/res/client/css/partials/top-bar.scss @@ -0,0 +1,60 @@ +.top-bar{ + position:relative; + top:0; + left:0; + width:100%; + min-height:$three-baselines; + background-color:$dark-grey; +} + +.doc-title{ + float: left; + font-family: $semibold-font-family; + color: $light-grey; + margin: 10px $doc-margin 10px $doc-margin; + font-size: $h3-size; +} + +.user-area { + float: right; + margin: 3px $doc-margin 3px $doc-margin; +} + +.username { + display: inline-block; + text-align: right; +} + +.profile-circle{ + border-radius: 50%; + width: 30px; + height: 30px; + background: $cyan; + display: inline-block; +} + +.profile-initials { + display: inline-block; + color: $light-grey; + font-size: $h4-size; + position: relative; + left: -27px; + top: -10px; +} + +.profile-username { + display: inline-block; + top:12px; + color: $light-grey; + position: relative; + left: -20px; + top: -10px; +} + +.organization-logo { + display: inline-block; + margin-left: 12px; + background: url(../img/CRI-logo.png); + min-height: 30px; + min-width: 30px; +}
\ No newline at end of file |
