|
|
|
@@ -6,7 +6,7 @@ |
|
|
|
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. |
|
|
|
* |
|
|
|
* You're free to add application-wide styles to this file and they'll appear at the bottom of the |
|
|
|
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS |
|
|
|
* compiled file so the styles you ad=d here take precedence over styles defined in any other CSS/SCSS |
|
|
|
* files in this directory. Styles in this file should be added after the last require_* statement. |
|
|
|
* It is generally better to create a new file per style scope. |
|
|
|
* |
|
|
|
@@ -60,6 +60,25 @@ |
|
|
|
padding: 1em 2em; |
|
|
|
background: #141; |
|
|
|
|
|
|
|
form, div { |
|
|
|
display: inline; |
|
|
|
} |
|
|
|
|
|
|
|
input { |
|
|
|
font-size: small; |
|
|
|
} |
|
|
|
|
|
|
|
#cart { |
|
|
|
font-size: smaller; |
|
|
|
color: white; |
|
|
|
|
|
|
|
table { |
|
|
|
border-top: 1px dotted #595; |
|
|
|
border-bottom: 1px dotted #595; |
|
|
|
margin-bottom: 10px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
ul { |
|
|
|
padding: 0; |
|
|
|
|
|
|
|
|