diff options
author | redmatrix <git@macgirvin.com> | 2016-04-30 15:02:45 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-30 15:02:45 -0700 |
commit | 84d93cca6e2ac0b552a6f5c570fbcfce766200a1 (patch) | |
tree | a8a9c46ee6f70dd4b8824499a49b1e39e2980dc6 /library/font_awesome/src/assets/less/responsive-1200px-min.less | |
parent | 45512e6aba602604143e946cca49c363ae88aa1e (diff) | |
parent | 9446d0cbb463af6a256efebf97e10618469f1193 (diff) | |
download | volse-hubzilla-84d93cca6e2ac0b552a6f5c570fbcfce766200a1.tar.gz volse-hubzilla-84d93cca6e2ac0b552a6f5c570fbcfce766200a1.tar.bz2 volse-hubzilla-84d93cca6e2ac0b552a6f5c570fbcfce766200a1.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'library/font_awesome/src/assets/less/responsive-1200px-min.less')
-rwxr-xr-x | library/font_awesome/src/assets/less/responsive-1200px-min.less | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/library/font_awesome/src/assets/less/responsive-1200px-min.less b/library/font_awesome/src/assets/less/responsive-1200px-min.less deleted file mode 100755 index 6599595c1..000000000 --- a/library/font_awesome/src/assets/less/responsive-1200px-min.less +++ /dev/null @@ -1,56 +0,0 @@ -// -// Responsive: Large desktop and up -// -------------------------------------------------- - - -@media (min-width: 1200px) { - - #iconCarousel { - @size: 290px; - font-size: @size; - line-height: @size + 5; - .carousel-control { - top: @size + 20px; - .square(30px); - font-size: 40px; - line-height: 35px; - left: 370/2 - 40px; - &.right { - right: 370/2 - 40px; - } - } - } - - .jumbotron-index { - padding: 50px 0; - h1 { font-size: 100px; } - p { - font-size: 40px; - margin: 20px 0; - } - .btn-large { - font-size: 30px; - padding: 21px 35px; - } - .shameless-self-promotion { - margin-top: 30px; - } - } - - .jumbotron-ad { - padding: 50px 0; - h1 { font-size: 90px; } - p { - font-size: 35px; - margin: 20px 0; - } - } - - .stripe-ad .lead { margin-top: 7px; } - - .lead { - font-size: 26px; - line-height: 36px; - } - -} |