Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
8616af41
Commit
8616af41
authored
Jun 05, 2015
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more Sass variables.
parent
a3201d79
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
sass/_core.scss
sass/_core.scss
+6
-3
sass/_variables.scss
sass/_variables.scss
+6
-0
No files found.
sass/_core.scss
View file @
8616af41
...
...
@@ -659,15 +659,18 @@
a
.configure-chatroom-button
,
a
.toggle-chatbox-button
,
a
.close-chatbox-button
{
border-radius
:
6
px
;
border-radius
:
5
px
;
border
:
1px
solid
#888
;
color
:
white
;
cursor
:
pointer
;
display
:
inline-block
;
float
:
right
;
font-size
:
10px
;
font-size
:
$box-close-font-size
;
margin
:
0
0
0
3px
;
padding
:
3px
3px
2px
3px
;
padding-top
:
$box-close-button-padding-top
;
padding-bottom
:
$box-close-button-padding-bottom
;
padding-left
:
$box-close-button-padding-left
;
padding-right
:
$box-close-button-padding-right
;
text-decoration
:
none
;
}
...
...
sass/_variables.scss
View file @
8616af41
...
...
@@ -38,3 +38,9 @@
$small-mobile-chat-height
:
300px
!
default
;
$font-path
:
"../fonticons/fonts/"
!
default
;
$box-close-button-padding-top
:
3px
!
default
;
$box-close-button-padding-bottom
:
3px
!
default
;
$box-close-button-padding-left
:
2px
!
default
;
$box-close-button-padding-right
:
3px
!
default
;
$box-close-font-size
:
10px
!
default
;
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