Skip to content

Commit f6e432b

Browse files
committed
button white dashed added
1 parent ddbb33c commit f6e432b

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

examples/views/live-classes-course-page-new.hbs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,9 @@
182182
<div class="card-md mt-1">Choose your preffered Test Date</div>
183183
<div class="mt-5">
184184
<button class="button-dashed button-white">25th July</button>
185-
<button class="button-solid orange button-white mr-3">31st July</button>
185+
<button class="button-solid orange button-white ml-xl-3 mr-lg-2 mr-4">31st July</button>
186186
</div>
187+
<img src="https://cb-thumbnails.s3.ap-south-1.amazonaws.com/victory.svg" class="victory-vector">
187188
</div>
188189
<div class="border-card p-lg-5 p-4 bg-gradient-orange mb-5 white">
189190
<div class="row no-gutters align-items-center justify-content-between pb-3 border-bottom">

sass/styles/components/live-classes.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,10 @@
5656
}
5757
}
5858
}
59+
60+
.victory-vector {
61+
position: absolute;
62+
bottom: 2rem;
63+
right: 2rem;
64+
}
5965
}

sass/styles/objects/buttons.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,16 @@
128128
}
129129
}
130130

131+
&.button-white {
132+
border: solid 1px $white;
133+
color: $white;
134+
135+
&:hover {
136+
background: $white;
137+
color: $dark-grey !important;
138+
}
139+
}
140+
131141
&.disabled,
132142
&:disabled {
133143
border-color: $faded-text !important;

0 commit comments

Comments
 (0)