File tree Expand file tree Collapse file tree
src/components/Layout/SettingsContentLayout Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 display : flex;
1414 flex-direction : column;
1515 gap : 16px ;
16+
17+ .categoryTitle {
18+ text-transform : capitalize;
19+ font-size : 16px ;
20+ margin-bottom : 16px ;
21+ color : var (--primary-text-color );
22+
23+ & .icon {
24+ vertical-align : top;
25+ }
26+ }
27+
28+ .subTitleButton {
29+ cursor : pointer;
30+ background : none;
31+ border : none;
32+ margin : 0 ;
33+ padding : 0 ;
34+ }
35+ .subTitleIcon {
36+ font-size : 12px ;
37+ }
38+ .topicsFlex {
39+ display : flex;
40+ margin-top : 12px ;
41+ flex-direction : column;
42+ flex-wrap : wrap;
43+ gap : 24px ;
44+ }
45+ .categoryContent {
46+ margin-top : 12px ;
47+ }
48+ .expandButton {
49+ width : auto;
50+ font-size : 12px ;
51+ height : 20px ;
52+ border : none;
53+ background-color : var (--button-background-color );
54+ border-radius : 20px ;
55+ justify-content : center;
56+ align-items : center;
57+ text-align : center;
58+ display : inline-flex;
59+ padding : 0 6px ;
60+ display : inline-flex;
61+ column-gap : 4px ;
62+ text-transform : lowercase;
63+ cursor : pointer;
64+ }
1665}
1766.settingsContent header {
1867 display : flex;
You can’t perform that action at this time.
0 commit comments