1234567891011121314151617181920212223242526272829303132333435363738 |
- .foodCard{
- .cpn-card-text {
- font-size: 24px;
- font-weight: 400;
- color: #333333;
- line-height: 40px;
- vertical-align: baseline;
-
- & > text {
- display: inline-block;
-
- & + text {
- margin-left: 8px;
- }
- }
- &_mn {
- font-size: 24px;
- font-weight: bold;
- color: #333333;
- }
-
- &_rm {
- font-size: 18px;
- font-weight: 400;
- text-decoration: line-through;
- color: #666666;
- }
- }
-
- .cpn-md-act {
- display: flex;
- margin-top: 10px;
-
- & > view {
- flex: 1;
- }
- }
- }
|