summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-from-database/search-from-database.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-from-database/search-from-database.component.scss')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-from-database/search-from-database.component.scss41
1 files changed, 32 insertions, 9 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-from-database/search-from-database.component.scss b/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-from-database/search-from-database.component.scss
index 6692764ae..f84213f48 100644
--- a/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-from-database/search-from-database.component.scss
+++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-from-database/search-from-database.component.scss
@@ -20,25 +20,39 @@ limitations under the License.
*/
.example-card {
- min-width: 150px;
- max-height: 150px;
+ // min-width: 300px;
+ max-height: 200px;
background-color: #ebebeb;
+ position: relative;
+ width: 250px;
+ margin: 5px;
+}
+
+.mat-grid-tile {
+ position: absolute;
+ width: 240px !important;
+}
+
+.mat-grid-list div {
+ position: relative;
}
button.mat-menu-item {
width: auto;
float: left;
- // margin-top: 10px;
- // margin-bottom: 5px;
border-radius: 4px;
- // min-width: 6em;
background-color: #3f51b5;
- margin: 1px;
- // padding: 1px;
+ margin: 5px;
cursor: pointer;
color: white;
}
+.flexBox {
+ display: flex;
+ flex-flow: row;
+ flex-wrap: wrap;
+}
+
.card-deck-container {
position: relative;
border-radius: 1px;
@@ -47,10 +61,19 @@ button.mat-menu-item {
// background-color: #f5f5f5;
}
-.grid-container {
- margin: 20px;
+.searchcontainer {
+ min-height: 300px;
+ overflow-x: hidden;
+ overflow-y: scroll;
}
.card-content {
text-align: center;
+ margin: 5px;
+}
+
+.mat-card-actions {
+ margin-left: 0px !important;
+ margin-right: 0px !important;
+ padding: 0px 0 !important;
} \ No newline at end of file