Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
Intranet
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Matteo
Intranet
Commits
0f931646
Commit
0f931646
authored
Jul 19, 2019
by
Matteo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sistemata index con box 3 - 1
parent
c729968d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
+13
-8
index.page.html
src/app/pages/index/index.page.html
+2
-2
global.scss
src/global.scss
+11
-6
No files found.
src/app/pages/index/index.page.html
View file @
0f931646
<ion-content
class=
"nothing"
>
<ion-content
class=
"nothing"
>
<div
class=
"contenitore-home"
>
<div
class=
"contenitore-home"
>
<div
class=
"central-home"
>
<div
class=
"central-home"
>
<div
tappable
class=
"box"
>
<div
tappable
class=
"box
tre-box
"
>
<div
tappable
class=
"icon"
(
click
)="
apriPagina
('
documenti
')"
>
<div
tappable
class=
"icon"
(
click
)="
apriPagina
('
documenti
')"
>
<img
src=
"assets/img/consulto-documenti.svg"
(
click
)="
apriPagina
('
documenti
')"
tappable
/>
<img
src=
"assets/img/consulto-documenti.svg"
(
click
)="
apriPagina
('
documenti
')"
tappable
/>
</div>
</div>
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
{{ 'interviste' | translate }}
{{ 'interviste' | translate }}
</div>
</div>
</div>
</div>
<div
class=
"dispari box"
tappable
>
<div
class=
"dispari box
un-box
"
tappable
>
<div
class=
"icon"
tappable
>
<div
class=
"icon"
tappable
>
<img
src=
"assets/img/segreteria.svg"
(
click
)="
apriPagina
('
segreteria
')"
tappable
/>
<img
src=
"assets/img/segreteria.svg"
(
click
)="
apriPagina
('
segreteria
')"
tappable
/>
</div>
</div>
...
...
src/global.scss
View file @
0f931646
...
@@ -564,16 +564,21 @@ strong {
...
@@ -564,16 +564,21 @@ strong {
}
}
.dispari
.dispari
{
{
@media
(
max-width
:
319px
)
{
@media
(
max-width
:
550px
)
and
(
min-width
:
319px
){
float
:
left
;
}
@media
(
max-width
:
550px
)
{
float
:
right
;
float
:
right
;
margin-right
:
10px
;
margin-right
:
10px
;
}
}
@media
(
min-width
:
720px
)
}
.tre-box
{
{
float
:left
;
@media
(
max-width
:
700px
)
and
(
min-width
:
550px
){
margin-left
:
calc
(
50%
-
238px
);
}
}
.un-box
{
@media
(
max-width
:
700px
)
and
(
min-width
:
550px
){
margin-left
:
calc
(
50%
-
70px
);
}
}
}
}
}
}
...
...
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