Files
frontend-app-authoring/src/generic/styles.scss
Chris Chávez d57ecc6779 [FC-0036] Tags Sidebar (#852)
* refactor: Unit sidebar to create the TagsSidebar

* feat: Structure of TagsSidebar and TagsTree

* feat: Adding styles to the TagsTree

* feat: TagsSidebarHeader created

* feat: Add count on TagsSidebarHeader

* test: Tests for new components added

* style: Update tags count with opacity when the count is zero

* refactor: Extract tag count component as generic

* refactor: Transform Sidebar to a wrapper component

---------

Co-authored-by: Rômulo Penido <romulo@opencraft.com>
2024-03-15 21:59:28 +05:30

10 lines
393 B
SCSS

@import "./help-sidebar/HelpSidebar";
@import "./course-upload-image/CourseUploadImage";
@import "./sub-header/SubHeader";
@import "./section-sub-header/SectionSubHeader";
@import "./processing-notification/ProccessingNotification";
@import "./create-or-rerun-course/CreateOrRerunCourseForm";
@import "./WysiwygEditor";
@import "./course-stepper/CouseStepper";
@import "./tag-count/TagCount";