Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mariem Khlifi
stustanet-website
Commits
a565b762
Commit
a565b762
authored
Oct 14, 2019
by
Julien Schmidt
Browse files
make buttons consistent again
parent
d825ddd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
static/css/main.css
View file @
a565b762
...
...
@@ -666,11 +666,13 @@ a:active {
text-decoration
:
underline
;
}
a
.button
{
.button
{
display
:
inline-block
;
padding
:
4px
8px
;
border
:
1px
solid
#1b54ac
;
padding
:
6px
8px
2px
;
background
:
#4f76b1
;
border
:
1px
solid
#4f76b1
;
border-radius
:
5px
;
color
:
#fff
;
cursor
:
pointer
;
white-space
:
nowrap
;
line-height
:
1.5
;
...
...
@@ -678,22 +680,23 @@ a.button {
text-align
:
center
;
text-decoration
:
none
;
}
a
.button
:hover
,
p
.button-container
.button
:hover
{
.button.outline
{
background
:
#fff
;
border
:
1px
solid
#1b54ac
;
color
:
#1b54ac
;
}
.button
:hover
,
.button-container
.button
:hover
{
background-color
:
#1b54ac
;
color
:
#fff
;
text-decoration
:
none
;
}
p
.button-container
{
.button-container
{
text-align
:
center
;
margin
:
0.8em
0
2em
;
}
p
.button-container
.button
{
.button-container
.button
{
min-width
:
40%
;
padding
:
6px
8px
2px
;
background
:
#4f76b1
;
border-color
:
#4f76b1
;
color
:
#fff
;
}
...
...
Write
Preview
Supports
Markdown
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