Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
5e57b130
Commit
5e57b130
authored
Oct 28, 2012
by
Jehan Tremback
Committed by
Randall Leeds
Oct 29, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorganize app.scss and one change in common.scss
parent
a558e64a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
54 additions
and
47 deletions
+54
-47
app.scss
h/sass/app.scss
+41
-31
common.scss
h/sass/common.scss
+13
-16
No files found.
h/sass/app.scss
View file @
5e57b130
...
...
@@ -7,6 +7,9 @@ $baseFontSize: 14;
@import
'common'
;
//ELEMENT STYLES////////////////////////////////
body
{
background-color
:
transparent
;
font-family
:
$sansFontFamily
;
...
...
@@ -18,8 +21,9 @@ body {
input
{
width
:
100%
;
}
svg
{
-webkit-tap-highlight-color
:
rgba
(
255
,
255
,
255
,
0
);
}
/* Annotator styles */
//ANNOTATOR STYLES////////////////////////////////
.annotator-hide
{
display
:
none
;
visibility
:
hidden
;
...
...
@@ -36,7 +40,31 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
cursor
:
pointer
;
}
//HEATMAP TABS
//SIDEBAR LAYOUT////////////////////////////////
#gutter
{
background
:
url('../images/noise_1.png')
;
background-attachment
:
fixed
;
height
:
100%
;
margin-left
:
$heatmap-width
+
17px
;
position
:
relative
;
}
#wrapper
{
height
:
100%
;
overflow
:
auto
;
padding
:
3
.75em
1em
1em
1em
;
-webkit-overflow-scrolling
:
touch
;
}
#auth-tab
>
footer
>
ul
,
#register-tab
>
footer
>
ul
{
text-align
:
right
;
}
//HEATMAP TABS////////////////////////////////
.heatmap-tab
{
@include
user-select
(
none
);
@include
transition-property
(
transform
,
left
);
...
...
@@ -126,7 +154,8 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
}
// Hidden tabs
//HIDDEN TABS////////////////////////////////
.nav
a
[
data-target
=
"#password-tab"
],
.nav
a
[
data-target
=
"#reset-tab"
]
{
display
:
none
;
...
...
@@ -137,20 +166,21 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
display
:
initial
;
}
//SHEET////////////////////////////////
//This comes down from under things.
.sheet
{
@include
box-shadow
(
5px
5px
40px
hsla
(
0
,
0%
,
0%
,
.1
));
@include
single-transition
(
all
,
.4s
,
ease-in-out
);
@include
transform-origin
(
50%
,
0
);
z-index
:
4
;
background
:
url('../images/noise_1.png')
;
background-attachment
:
fixed
;
margin-top
:
2
.5em
;
padding-top
:
1em
;
position
:
absolute
;
width
:
100%
;
}
.sheet
{
@include
box-shadow
(
5px
5px
40px
hsla
(
0
,
0%
,
0%
,
.1
));
@include
single-transition
(
all
,
.4s
,
ease-in-out
);
@include
transform-origin
(
50%
,
0
);
z-index
:
4
;
&
.collapsed
{
@include
rotateX
(
90deg
);
...
...
@@ -175,21 +205,9 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
}
}
#gutter
{
background
:
url('../images/noise_1.png')
;
background-attachment
:
fixed
;
height
:
100%
;
margin-left
:
$heatmap-width
+
17px
;
position
:
relative
;
}
#auth-tab
>
footer
>
ul
,
#register-tab
>
footer
>
ul
{
text-align
:
right
;
}
//TOOL BAR
//TOOL BAR
////////////////////////////////
#toolbar
{
@include
smallshadow
;
background
:
white
;
...
...
@@ -256,11 +274,3 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
}
}
}
#wrapper
{
height
:
100%
;
overflow
:
auto
;
padding
:
3
.75em
1em
1em
1em
;
-webkit-overflow-scrolling
:
touch
;
}
h/sass/common.scss
View file @
5e57b130
...
...
@@ -139,22 +139,6 @@ label {
//TAB PANE////////////////////////////////
.tab-pane
{
background
:
$bodyBackground
;
border
:
solid
thin
$grayLighter
;
display
:
none
;
margin-top
:
-1px
;
// Pull up and under tabs
padding
:
1em
;
position
:
relative
;
&
.active
{
display
:
inherit
!
important
;
}
}
//FORM RELATED////////////////////////////////
.form-horizontal
{
display
:
inline-block
;
...
...
@@ -355,6 +339,19 @@ blockquote {
}
}
.tab-pane
{
background
:
$bodyBackground
;
border
:
solid
thin
$grayLighter
;
display
:
none
;
margin-top
:
-1px
;
// Pull up and under tabs
padding
:
1em
;
position
:
relative
;
&
.active
{
display
:
inherit
!
important
;
}
}
//PAPER////////////////////////////////
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment