File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,6 @@ $monitor-height: 271px;
127127}
128128
129129.monitor {
130- @include background-image-2x ($baseurl + " images/monitor-default" , $monitor-width , $monitor-height );
131130 width : $monitor-width - 40 ;
132131 height : $monitor-height - 45 ;
133132 padding-top : 45px ;
@@ -181,22 +180,6 @@ $monitor-height: 271px;
181180 background-image : linear-gradient (#1a7e84 , #165b60 );
182181 }
183182 }
184-
185- & .mac {
186- @include background-image-2x ($baseurl + " images/monitor-mac" , $monitor-width , $monitor-height );
187- width : $monitor-width - 40 ;
188- height : $monitor-height - 36 ;
189- padding-top : 36px ;
190- padding-left : 40px ;
191- }
192-
193- & .windows {
194- @include background-image-2x ($baseurl + " images/monitor-windows" , $monitor-width , $monitor-height );
195- }
196-
197- & .linux {
198- @include background-image-2x ($baseurl + " images/monitor-linux" , $monitor-width , $monitor-height );
199- }
200183}
201184
202185@property --floor {
You can’t perform that action at this time.
0 commit comments