Merged in bugfix/HIMA-44-QA (pull request #37)

[HIMA-44] FE: Add to cart dialog
This commit is contained in:
milos.jovanov
2019-02-11 07:04:48 +00:00
committed by Eraldo Hasanaj
3 changed files with 5 additions and 5 deletions

View File

@@ -345,7 +345,7 @@
width: 13px;
position: relative;
top: 2px;
padding-right: 10px;
padding-right: 8px;
}
span {
@@ -359,7 +359,7 @@
}
&-delivery-info {
font-weight: bold;
font-weight: 600;
}
}
@@ -387,6 +387,7 @@
.dropdown-selected-text {
padding: 5px;
font-weight: 600;
&-active {
background-color: #E9EDF9;

View File

@@ -82,7 +82,7 @@
left: 0;
/* semi-transparent black */
background-color: #000;
background-color: #1B1E32;
opacity: 0.75;
/* z-index must be below .jw-modal and above everything else */

View File

@@ -7,9 +7,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700" rel="stylesheet">
</head>
<body>
<app-root></app-root>