Last active
June 17, 2017 09:12
-
-
Save pacren/c36f05e8c0e46b4c56311d1c12c49bbf to your computer and use it in GitHub Desktop.
Revisions
-
pacren revised this gist
Jun 17, 2017 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,9 +14,9 @@ <div class="mirrors__lamps"> <label for="service175" class="lamps__label"> <span class="lamps-text"> Светодиодные лампочки шт <input id="service175" data-option-id="175" data-option-price="150" data-option-name="Светодиодные лампочки" type="text" name="options[175]" value="10" class="lamps__input"> </span> <span class="lamps-text lamps-text--black">+ <span data-option-price-change="175">1500 ₽</span></span> </label> </div> -
pacren renamed this gist
Jun 17, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
pacren created this gist
Jun 17, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ <style> .lamps__input { width: 40px; border: none; padding-left: 10px; border-bottom: 1px solid #959595; position: absolute; z-index: 10; right: 22px; } </style> <div class="mirrors__lamps"> <label for="service175" class="lamps__label"> <span class="lamps-text"> Светодиодные лампочки шт <input id="service175" data-option-id="175" data-option-price="150" data-option-name="Светодиодные лампочки" type="text" name="options[175]" value="10" class="lamps__input"> </span> <span class="lamps-text lamps-text--black">+ <span data-option-price-change="175">1500 ₽</span></span> </label> </div>