summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-02-24 20:34:51 +0200
committerLV-426 <lv-426@taproot.org.il>2015-02-24 20:34:51 +0200
commit6a18b61b9934ad381f93d9b35f49ef3e8a38eca1 (patch)
tree1a7f68b300dcff835df820d9de717bd253373cc0
parent8c5d51ff268dd88820fea77d318d49f0f8198abe (diff)
top-bar.scss: indent
-rw-r--r--res/client/css/partials/top-bar.scss50
1 files changed, 25 insertions, 25 deletions
diff --git a/res/client/css/partials/top-bar.scss b/res/client/css/partials/top-bar.scss
index 8b8c53ab..5b06d1dc 100644
--- a/res/client/css/partials/top-bar.scss
+++ b/res/client/css/partials/top-bar.scss
@@ -1,44 +1,44 @@
.top-bar{
- padding-top: 10px;
- padding-bottom: 10px;
- background-color: $dark-grey;
+ padding-top: 10px;
+ padding-bottom: 10px;
+ background-color: $dark-grey;
}
.user-area {
- display: inline;
- float: right;
- margin-right: 40px;
+ display: inline;
+ float: right;
+ margin-right: 40px;
}
.username {
- display: inline-block;
- text-align: right;
+ display: inline-block;
+ text-align: right;
}
.profile-circle{
- border-radius: 50%;
- width: 30px;
- height: 30px;
- background: $cyan;
- display: none;
+ border-radius: 50%;
+ width: 30px;
+ height: 30px;
+ background: $cyan;
+ display: none;
}
.profile-initials {
- display: inline-block;
- color: $light-grey;
- font-size: $h4-size;
- position: relative;
- left: -27px;
- top: -10px;
+ display: inline-block;
+ color: $light-grey;
+ font-size: $h4-size;
+ position: relative;
+ left: -27px;
+ top: -10px;
}
.profile-username {
- color: $light-grey;
+ color: $light-grey;
}
#doc-title{
- font-family: $semibold-font-family;
- color: $light-grey;
- margin-left: 40px;
- font-size: $h3-size;
-}
+ font-family: $semibold-font-family;
+ color: $light-grey;
+ margin-left: 40px;
+ font-size: $h3-size;
+} \ No newline at end of file