Lista Doni Navi

This commit is contained in:
Paolo Arena
2020-03-21 10:29:13 +01:00
parent 71e1cd36d0
commit c90a3855b3
168 changed files with 50 additions and 0 deletions

22
src/App.scss Normal file → Executable file
View File

@@ -476,6 +476,14 @@ $heightBtn: 100%;
margin: 5px;
}
.text-evidente{
font-size: 1.25rem;
color: blue;
line-height: 1.75rem;
letter-spacing: .01em;
}
.shadow-max {
//color: white;
text-shadow: .25rem .25rem .5rem $grayshadow;
@@ -668,3 +676,17 @@ $heightBtn: 100%;
.text-h7{
font-size: 1rem;
}
.bordo_stondato, .bordo_stondato_blu{
margin: 4px;
border-radius: 3rem;
padding-left: 14px;
padding-right: 14px;
padding-top: 8px;
padding-bottom: 8px;
border: solid 3px #49b502;
}
.bordo_stondato_blu {
border: solid 3px #0f01b5;
}