Skip to content

Commit

Permalink
Cleanup pagina comuni
Browse files Browse the repository at this point in the history
  • Loading branch information
francescozaia committed Jun 15, 2018
1 parent f409376 commit 978c34a
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 257 deletions.
31 changes: 0 additions & 31 deletions docs/esempi/comuni/comuni.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.header {
padding: 3rem 0;
}

@media only screen and (max-width: 991px) {
.header-title .display-3,
.footer-title .display-3 {
Expand Down Expand Up @@ -29,15 +25,6 @@
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.right-0 {
right: 0;
left: auto;
}

section {
padding: 20px 0;
}

.footer a {
color: #333;
text-decoration: underline;
Expand All @@ -47,21 +34,3 @@ section {
background: transparent;
border-color: #FFF;
}


/*codice da eiminare dopo merge con branch "Dropdown"*/
.dropdown-menu.full-width {
width: 100%;
}

.dropdown-menu.full-width .dropdown-item {
display: inline-block;
width: auto;
}

.dropdown-menu.full-width .dropdown-item:hover,
.dropdown-menu.full-width .dropdown-item:focus {
background: none;
text-decoration: underline;
}
/**/
Loading

0 comments on commit 978c34a

Please sign in to comment.