Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
Nuovo sito
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
Nuovo sito
Commits
23641322
Commit
23641322
authored
Nov 29, 2023
by
shadMod
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added generic css and arrow-hover for detail news
parent
9509e650
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
12 deletions
+43
-12
assets/scss/libs/main.scss
assets/scss/libs/main.scss
+43
-12
No files found.
assets/scss/libs/main.scss
View file @
23641322
...
...
@@ -2,7 +2,7 @@
* Source code of the Ubuntu-it website
* Copyright (C) 2018 Pietro Albini <pietroalbini@ubuntu.com>
* Copyright (C) 2021 Alessandro Viprati <vipri.alessandro@gmail.com>
* Copyright (C) 2023 shadMod
* Copyright (C) 2023 shadMod
<m.allegro@shadmod.it>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published
...
...
@@ -250,18 +250,49 @@ ul.item-list li {
}
}
}
.my-25
{
margin
:
0
25px
;
.btn-news
{
color
:
white
;
background
:
grey
;
padding
:
10px
30px
;
border-radius
:
10px
;
}
.underline-10
{
text-underline-offset
:
10px
!
important
}
@media
all
and
(
max-width
:
40rem
)
{
.underline-10
{
text-underline-offset
:
4px
!
important
}
}
.shadow-square
{
box-shadow
:
0
.2em
.2em
rgba
(
100
,
100
,
100
,
0
.1
);
}
.mt-25
{
margin-top
:
25px
;
.arrow-hover
{
cursor
:
pointer
;
display
:
inline-block
;
position
:
relative
;
transition
:
all
0
.5s
;
}
.me-25
{
margin-right
:
25px
;
.arrow-hover
:after
{
content
:
'»'
;
position
:
absolute
;
opacity
:
0
;
right
:
-20px
;
transition
:
0
.5s
;
}
.mb-25
{
margin-bottom
:
25px
;
.arrow-hover
:hover
{
padding-right
:
24px
;
padding-left
:
8px
;
}
.ms-25
{
margin-left
:
25px
;
.arrow-hover
:hover:after
{
opacity
:
1
;
right
:
5px
;
}
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