Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
italy-theme
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
italy-theme
Commits
63c2be6e
Commit
63c2be6e
authored
Apr 16, 2018
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cookiepolicy: move to the bottom and improve styling
parent
81e034fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
demo.html
demo.html
+1
-1
scss/_cookiepolicy.scss
scss/_cookiepolicy.scss
+11
-2
No files found.
demo.html
View file @
63c2be6e
...
...
@@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<div
class=
"container"
>
<span>
Questo sito utilizza i cookie per offrirti un'esperienza
migliore. Continuando
a navigar
e ne accetti l'uso.
migliore. Continuando
la navigazion
e ne accetti l'uso.
</span>
<a
href=
"#"
id=
"ubuntuit-cookiepolicy-hide"
>
OK
</a>
<a
href=
"#"
>
Maggiori informazioni
</a>
...
...
scss/_cookiepolicy.scss
View file @
63c2be6e
...
...
@@ -15,10 +15,15 @@
*/
div
.cookie-policy
{
background
:
$color_cool_gray
;
background
:
mix
(
#000
,
$color_cool_gray
,
40%
)
;
color
:
$color_warm_gray
;
font-size
:
0
.9em
;
position
:
fixed
;
left
:
0
;
right
:
0
;
bottom
:
0
;
font-size
:
0
.95em
;
line-height
:
1
.4em
;
&
:after
{
...
...
@@ -41,6 +46,10 @@ div.cookie-policy {
display
:
inline-block
;
float
:
right
;
margin
:
0
0
.5em
;
&
#ubuntuit-cookiepolicy-hide
{
font-weight
:
400
;
}
}
@media
all
and
(
max-width
:
$page_size
)
{
...
...
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