Skip to content

Commit

Permalink
first stable tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
01fade committed Dec 16, 2016
1 parent fc49b9e commit 37740fd
Show file tree
Hide file tree
Showing 34 changed files with 53,460 additions and 35,589 deletions.
22 changes: 1 addition & 21 deletions build/css/fblayer.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
width: 45px;
height: 45px;
line-height: 45px;
background-color: #E9EAED;
background-color: rgba(233, 234, 237, 0.85);
text-align: center;
padding: 0px;
position: fixed;
Expand All @@ -28,23 +28,3 @@
.ui-loader {
display: none;
}


/*
.logged {
border: 1px solid #A40025 !important;
transition: 0.2s;
-webkit-transition: 0.2s;
}
*/


/*#dsSpent {
float: left;
text-align: right;
margin-left: 10px;
font-size: 13px;
line-height: 42px;
color: #ffffff;
}
*/
21 changes: 0 additions & 21 deletions build/css/main.css

This file was deleted.

23 changes: 23 additions & 0 deletions build/css/main.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
$baseU: 10px;
$w: #FFFFFF;
$b: #000000;

body {
background-color: $b;
}

#user {
position: absolute;
top: $baseU;
right: $baseU;
img {
width: 40px;
height: 40px;
border: 1px solid $w;
}
a {
position: absolute;
top: 0;
right: 60px;
}
}
Loading

0 comments on commit 37740fd

Please sign in to comment.