Skip to content
Snippets Groups Projects
Commit cea23a37 authored by Sreeram, Sudarshan's avatar Sreeram, Sudarshan :carrot:
Browse files

Update stying of quick access cards

parent aaeaf0cb
No related branches found
No related tags found
No related merge requests found
...@@ -15,10 +15,10 @@ $grid-breakpoints: ( ...@@ -15,10 +15,10 @@ $grid-breakpoints: (
md: 768px, md: 768px,
lg: 992px, lg: 992px,
xl: 1200px, xl: 1200px,
xxl: 1500px xxl: 2000px
); );
//Bootstrap 5 scss from: https://github.com/twbs/bootstrap/tree/main/scss //Bootstrap 5 scss from: https://github.com/twbs/bootstrap/tree/main/scss
@import "bootstrap5/functions"; @import "bootstrap5/functions";
@import "bootstrap5/variables"; @import "bootstrap5/variables";
@import "bootstrap5/mixins"; @import "bootstrap5/mixins";
\ No newline at end of file
...@@ -71,6 +71,10 @@ ...@@ -71,6 +71,10 @@
font-size: 24px; font-size: 24px;
} }
.sectionHeaderButtonGroup {
display: none;
}
.sectionHeaderButton { .sectionHeaderButton {
background: $white; background: $white;
color: #000; color: #000;
...@@ -79,12 +83,10 @@ ...@@ -79,12 +83,10 @@
margin-left: 20px; margin-left: 20px;
justify-content: space-between; justify-content: space-between;
height: 2.25rem; height: 2.25rem;
text-align: left;
transition: 0.2s background; transition: 0.2s background;
-webkit-transition: 0.2s background; -webkit-transition: 0.2s background;
-moz-transition: 0.2s background; -moz-transition: 0.2s background;
font-size: 1.05rem; font-size: 1.05rem;
width: 40px;
} }
.buttonIcon { .buttonIcon {
...@@ -122,6 +124,7 @@ ...@@ -122,6 +124,7 @@
border-color: $gray-300; border-color: $gray-300;
transition: transform 0.2s; transition: transform 0.2s;
margin-top: 10px; margin-top: 10px;
margin-bottom: 10px;
} }
.quickViewCard:hover { .quickViewCard:hover {
...@@ -202,6 +205,7 @@ $teal-tag-background: transparentize($teal-100, 0.5); ...@@ -202,6 +205,7 @@ $teal-tag-background: transparentize($teal-100, 0.5);
.quickAccessRow::-webkit-scrollbar { .quickAccessRow::-webkit-scrollbar {
width: 1rem; width: 1rem;
height: 0.5rem;
} }
.quickAccessRow::-webkit-scrollbar-track { .quickAccessRow::-webkit-scrollbar-track {
background: $white; background: $white;
......
...@@ -52,7 +52,7 @@ const StandardView: React.FC<StandardViewProps> = ({ ...@@ -52,7 +52,7 @@ const StandardView: React.FC<StandardViewProps> = ({
</Switch> </Switch>
<div id="sidenav-overlay" onClick={(e) => onOverlayClick(e)}></div> <div id="sidenav-overlay" onClick={(e) => onOverlayClick(e)}></div>
<Container className={classNames("px-3", "pageContainer")}> <Container className={classNames("pageContainer")}>
<Switch> <Switch>
<Route path="/dashboard"> <Route path="/dashboard">
<ExamplePage name="Dashboard" /> <ExamplePage name="Dashboard" />
......
...@@ -51,4 +51,6 @@ ...@@ -51,4 +51,6 @@
.pageContainer { .pageContainer {
padding-top: 1.875rem; padding-top: 1.875rem;
margin-bottom: 10rem !important; margin-bottom: 10rem !important;
padding-left: 30px;
padding-right: 30px;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment