Commit 63c2be6e authored by Pietro Albini's avatar Pietro Albini

cookiepolicy: move to the bottom and improve styling

parent 81e034fd
...@@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ...@@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<div class="container"> <div class="container">
<span> <span>
Questo sito utilizza i cookie per offrirti un'esperienza Questo sito utilizza i cookie per offrirti un'esperienza
migliore. Continuando a navigare ne accetti l'uso. migliore. Continuando la navigazione ne accetti l'uso.
</span> </span>
<a href="#" id="ubuntuit-cookiepolicy-hide">OK</a> <a href="#" id="ubuntuit-cookiepolicy-hide">OK</a>
<a href="#">Maggiori informazioni</a> <a href="#">Maggiori informazioni</a>
......
...@@ -15,10 +15,15 @@ ...@@ -15,10 +15,15 @@
*/ */
div.cookie-policy { div.cookie-policy {
background: $color_cool_gray; background: mix(#000, $color_cool_gray, 40%);
color: $color_warm_gray; color: $color_warm_gray;
font-size: 0.9em; position: fixed;
left: 0;
right: 0;
bottom: 0;
font-size: 0.95em;
line-height: 1.4em; line-height: 1.4em;
&:after { &:after {
...@@ -41,6 +46,10 @@ div.cookie-policy { ...@@ -41,6 +46,10 @@ div.cookie-policy {
display: inline-block; display: inline-block;
float: right; float: right;
margin: 0 0.5em; margin: 0 0.5em;
&#ubuntuit-cookiepolicy-hide {
font-weight: 400;
}
} }
@media all and (max-width: $page_size) { @media all and (max-width: $page_size) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment