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
395f10d1
Commit
395f10d1
authored
Apr 20, 2014
by
Randall Leeds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move sheet and user-picker styles to app.scss
This is in preparation for adding these things to the site pages.
parent
ea4c1fc7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
60 additions
and
61 deletions
+60
-61
app.scss
h/css/app.scss
+60
-5
sidebar.scss
h/css/sidebar.scss
+0
-56
No files found.
h/css/app.scss
View file @
395f10d1
...
...
@@ -82,12 +82,67 @@ ol {
}
}
.sheet
{
@include
smallshadow
;
font-family
:
$sansFontFamily
;
max-height
:
480px
;
overflow
:
hidden
;
position
:
absolute
;
left
:
0
;
right
:
0
;
top
:
0
;
.close
{
position
:
absolute
;
font-size
:
14px
;
right
:
7px
;
top
:
7px
;
}
&
.collapsed
{
max-height
:
0
;
}
footer
{
font-size
:
.8em
;
font-family
:
$sansFontFamily
;
text-align
:
right
;
}
input
:not
([
type
=
"submit"
])
{
width
:
100%
;
}
}
.user
{
font-weight
:
bold
;
font-size
:
1
.1em
;
font-weight
:
bold
;
font-size
:
1
.1em
;
&
:hover
{
color
:
$linkColorHover
;
cursor
:
pointer
;
text-decoration
:
underline
;
}
}
.user-picker
{
.avatar
{
border-radius
:
2px
;
}
.dropdown-toggle
{
.provider
{
color
:
$grayLight
;
display
:
none
;
}
&
:hover
{
color
:
$linkColorHover
;
cursor
:
pointer
;
text-decoration
:
underline
;
.provider
{
display
:
inline
;
}
}
}
.dropdown.open
.provider
{
display
:
inline
;
}
}
h/css/sidebar.scss
View file @
395f10d1
...
...
@@ -40,62 +40,6 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
}
//SHEET////////////////////////////////
//This comes down from under the toolbar
.sheet
{
@include
smallshadow
;
font-family
:
$sansFontFamily
;
max-height
:
480px
;
overflow
:
hidden
;
position
:
absolute
;
left
:
0
;
right
:
0
;
top
:
0
;
.close
{
position
:
absolute
;
font-size
:
14px
;
right
:
7px
;
top
:
7px
;
}
&
.collapsed
{
max-height
:
0
;
}
footer
{
font-size
:
.8em
;
font-family
:
$sansFontFamily
;
text-align
:
right
;
}
input
:not
([
type
=
"submit"
])
{
width
:
100%
;
}
}
.user-picker
{
.avatar
{
border-radius
:
2px
;
}
.dropdown-toggle
{
.provider
{
color
:
$grayLight
;
display
:
none
;
}
&
:hover
{
.provider
{
display
:
inline
;
}
}
}
.dropdown.open
.provider
{
display
:
inline
;
}
}
//SEARCH HIGHLIGHTS////////////////////////////////
.search-hl-active
{
background
:
$highlightColor
;
...
...
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