ph-food-delivery: fix Burger King's number, and add .hint-mark
This commit is contained in:
parent
01d012d504
commit
587c7aac4b
|
@ -0,0 +1,24 @@
|
||||||
|
.hint-mark {
|
||||||
|
& {
|
||||||
|
cursor: help;
|
||||||
|
}
|
||||||
|
|
||||||
|
& > i::before {
|
||||||
|
content: '?';
|
||||||
|
font-size: 11px;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
& > i {
|
||||||
|
display: inline-block;
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
line-height: 16px - 4px;
|
||||||
|
text-align: center;
|
||||||
|
border-radius: 50%;
|
||||||
|
background: rgba($base-b3, 0.3);
|
||||||
|
color: $base-mute;
|
||||||
|
margin: 0 0.4em;
|
||||||
|
}
|
||||||
|
}
|
|
@ -29,6 +29,7 @@
|
||||||
@import './components/h3-section';
|
@import './components/h3-section';
|
||||||
@import './components/h3-section-list';
|
@import './components/h3-section-list';
|
||||||
@import './components/headline-ad';
|
@import './components/headline-ad';
|
||||||
|
@import './components/hint-mark';
|
||||||
@import './components/home-button';
|
@import './components/home-button';
|
||||||
@import './components/intro-content';
|
@import './components/intro-content';
|
||||||
@import './components/main-heading';
|
@import './components/main-heading';
|
||||||
|
@ -50,3 +51,4 @@
|
||||||
@import './components/site-header';
|
@import './components/site-header';
|
||||||
@import './components/top-nav';
|
@import './components/top-nav';
|
||||||
@import './components/top-sheet';
|
@import './components/top-sheet';
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -10,15 +10,15 @@ intro: |
|
||||||
|
|
||||||
### Western
|
### Western
|
||||||
|
|
||||||
| Restaurant | Online order | Phone |
|
| Restaurant | Online order | Phone |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| Army Navy | [armynavy.com.ph](http://www.armynavy.com.ph/) | `331-3131` |
|
| Army Navy | [armynavy.com.ph](http://www.armynavy.com.ph/) | `331-3131` |
|
||||||
| Burger King | [burgerkingdelivery.com.ph](https://www.burgerkingdelivery.com.ph/) | `2-22-22` |
|
| Burger King | [burgerkingdelivery.com.ph](https://www.burgerkingdelivery.com.ph/) | <abbr class='hint-mark hint--bottom' data-hint='Yes, you need to dial the # sign'><i></i></abbr> `#2-22-22` |
|
||||||
| KFC | [kfc.com.ph](https://www.kfc.com.ph) | `887-8888` |
|
| KFC | [kfc.com.ph](https://www.kfc.com.ph) | `887-8888` |
|
||||||
| Kenny Rogers | [kennys.com.ph](http://kennys.com.ph/) | `555-9000` |
|
| Kenny Rogers | [kennys.com.ph](http://kennys.com.ph/) | `555-9000` |
|
||||||
| McDonald's | [mcdonalds.com.ph](http://www.mcdonalds.com.ph/mcdelivery) | `8-6236` |
|
| McDonald's | [mcdonalds.com.ph](http://www.mcdonalds.com.ph/mcdelivery) | `8-6236` |
|
||||||
| Pancake House | [pancakehouse.com.ph](https://www.pancakehouse.com.ph/) | `7-9000` |
|
| Pancake House | [pancakehouse.com.ph](https://www.pancakehouse.com.ph/) | `7-9000` |
|
||||||
| Wendy's | [wendys.com.ph](https://wendys.com.ph/delivery/) | `533-3333` |
|
| Wendy's | [wendys.com.ph](https://wendys.com.ph/delivery/) | `533-3333` |
|
||||||
{: .-bold-first.-headers.-no-wrap}
|
{: .-bold-first.-headers.-no-wrap}
|
||||||
|
|
||||||
### Pizza
|
### Pizza
|
||||||
|
|
Loading…
Reference in New Issue