Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
Casino-2018-10-11
Overview
Overview
Details
Activity
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
Mohamed makdoudi
Casino-2018-10-11
Commits
035c01bd
Commit
035c01bd
authored
Oct 30, 2018
by
Damien Sueur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix css ticket 754
parent
ae81bedd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
4 deletions
+19
-4
module-ACTU-MAS-CLUB.php
src/html/inc/modules/module-ACTU-MAS-CLUB.php
+1
-1
module-ACTU-MAS-IMAGE-CLUB.php
src/html/inc/modules/module-ACTU-MAS-IMAGE-CLUB.php
+1
-1
_buttons.scss
src/sass/base/_buttons.scss
+17
-2
No files found.
src/html/inc/modules/module-ACTU-MAS-CLUB.php
View file @
035c01bd
...
...
@@ -24,7 +24,7 @@
</div>
<!-- end content -->
<a
href=
"#"
class=
"button-golden"
>
Lorem ipsum
</a>
<a
href=
"#"
class=
"button-golden-outline
"
style=
"margin-top: 5px
"
>
Lorem ipsum
</a>
<a
href=
"#"
class=
"button-golden-outline
-actu-club
"
>
Lorem ipsum
</a>
</div>
</div>
src/html/inc/modules/module-ACTU-MAS-IMAGE-CLUB.php
View file @
035c01bd
...
...
@@ -19,6 +19,6 @@
</p>
</div>
<a
href=
"#"
class=
"button-golden"
>
Lorem ipsum
</a>
<a
href=
"#"
class=
"button-golden-outline
"
style=
"margin-top: 5px
"
>
Lorem ipsum
</a>
<a
href=
"#"
class=
"button-golden-outline
-actu-club
"
>
Lorem ipsum
</a>
</div>
</div>
src/sass/base/_buttons.scss
View file @
035c01bd
...
...
@@ -217,6 +217,22 @@
}
.button-golden-outline-actu-club
{
transition
:
all
0
.3s
;
cursor
:
pointer
;
display
:
inline
;
background
:
transparent
;
color
:
#a57b1b
;
border
:
1px
solid
#a57b1b
;
border-radius
:
0
;
font-size
:
1rem
;
line-height
:
5rem
;
padding
:
20px
50px
;
text-decoration
:
none
;
text-transform
:
uppercase
;
text-align
:
center
;
}
.button-golden-outline
{
@include
transition
(
all
0
.3s
);
...
...
@@ -377,4 +393,4 @@
}
}
\ No newline at end of file
}
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