File tree Expand file tree Collapse file tree
web/src/shared/video-tutorials Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 box-sizing : border-box ;
3131 height : 52px ;
3232 padding : var (--spacing-sm ) var (--spacing-md ) var (--spacing-sm ) var (--spacing-xl );
33- border-bottom : 1 px solid var (--border-default );
33+ border-bottom : var ( --border-1 ) solid var (--border-default );
3434 flex-shrink : 0 ;
3535}
3636
123123.tutorials-modal-video-links {
124124 display : flex ;
125125 flex-direction : column ;
126- gap : 12 px ;
126+ gap : var ( --spacing-md ) ;
127127 margin-top : 0 ;
128128}
129129
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ iframe.loaded ~ .video-player-skeleton {
3939 background-color : var (--bg-emphasis );
4040
4141 // Figma: 48px gap between icon-group and link-group
42- gap : 48 px ;
42+ gap : var ( --spacing-5xl ) ;
4343}
4444
4545.video-player-error-icon-group {
@@ -48,7 +48,7 @@ iframe.loaded ~ .video-player-skeleton {
4848 align-items : center ;
4949
5050 // Figma: 20px gap between badge and title
51- gap : 20 px ;
51+ gap : var ( --spacing-xl ) ;
5252}
5353
5454.video-player-error-badge {
@@ -57,10 +57,10 @@ iframe.loaded ~ .video-player-skeleton {
5757 justify-content : center ;
5858
5959 // Figma: 32px padding, full pill, drop shadow
60- padding : 32 px ;
60+ padding : var ( --spacing-3xl ) ;
6161 background-color : var (--bg-default );
6262 border-radius : var (--radius-full );
63- box-shadow : 0 4 px 12 px 0 rgb ( 0 0 0 / 7 % );
63+ box-shadow : var ( --menu-shadow );
6464}
6565
6666.video-player-error-title {
@@ -77,7 +77,7 @@ iframe.loaded ~ .video-player-skeleton {
7777 width : 100% ;
7878
7979 // Figma: 8px gap between label and URL
80- gap : 8 px ;
80+ gap : var ( --spacing-sm ) ;
8181}
8282
8383.video-player-error-label {
Original file line number Diff line number Diff line change 5555 padding : 0 ;
5656 display : flex ;
5757 flex-direction : column ;
58- gap : 4 px ;
58+ gap : var ( --spacing-xs ) ;
5959}
6060
6161// Override Fold's default padding-bottom/left that exists to fix a single-button edge case
You can’t perform that action at this time.
0 commit comments