refactor and styling change, add button logick, add i18n logic
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
$table-width: 75px
|
||||
.section-tables-container
|
||||
.section-table
|
||||
background-color: #ccc
|
||||
height: 44px
|
||||
background-repeat: no-repeat
|
||||
width: 45px
|
||||
width: $table-width
|
||||
color: black
|
||||
a
|
||||
color: black
|
||||
@@ -33,7 +34,9 @@
|
||||
&.needs_help
|
||||
background-color: #7f7
|
||||
&.needs_payment
|
||||
background-color: #f77
|
||||
background-image: image-url('icons/needs-payment.png')
|
||||
background-position: 40px 2px
|
||||
//background-color: #f77
|
||||
a
|
||||
&:hover
|
||||
text-decoration: none
|
||||
@@ -43,3 +46,11 @@
|
||||
margin-bottom: 30px
|
||||
float: left
|
||||
margin-right: 30px
|
||||
// INDEX
|
||||
|
||||
table
|
||||
td
|
||||
&.table-info
|
||||
.table-count
|
||||
&:after
|
||||
content: " - "
|
||||
|
||||
Reference in New Issue
Block a user