mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
Merged in bugfix/HIMA-44-QA (pull request #37)
[HIMA-44] FE: Add to cart dialog
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user