Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
style(semester): adjust spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Nov 20, 2022
1 parent ac4ea56 commit a7fddab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
20 changes: 5 additions & 15 deletions pages/semester/create.page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
<Selectable
v-model="semesterOrder"
label="Order: "
class="order"
class="field order"
:options="semesterOption"/>
<DateSelector
v-model="startAt"
class="start date"
class="field start-at date"
label="Starts at:"
type="date"/>
<DateSelector
v-model="endAt"
class="end date"
class="field end date"
label="Ends at:"
type="date"/>
<button
Expand All @@ -34,21 +34,11 @@
</form>
</template>

<style lang="scss">
label {
@apply my-4;
}
</style>

<style scoped lang="scss">
@import "@styles/btn.scss";
.start, .end {
@apply flex flex-row;
@apply mt-4;
}
.date {
@apply flex flex-col w-max;
.field {
@apply my-4;
}
.btn-primary {
Expand Down
4 changes: 0 additions & 4 deletions pages/semester/read.page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@
.field {
@apply my-4;
&.date {
@apply flex flex-col w-max;
}
}
</style>

Expand Down

0 comments on commit a7fddab

Please sign in to comment.