|
| 1 | +import React from "react"; |
| 2 | +import styled from "@emotion/styled"; |
| 3 | + |
| 4 | +export function AppbarFragmentForCodeEditor() { |
| 5 | + return ( |
| 6 | + <RootWrapperAppbarFragmentForCodeEditor> |
| 7 | + <Frame354> |
| 8 | + <Flutter>Flutter</Flutter> |
| 9 | + <IconsAntdSettingOutlined |
| 10 | + src="https://s3-us-west-2.amazonaws.com/figma-alpha-api/img/4056/6ff2/8d18f474998d7ea1972ca5fe08258dd7" |
| 11 | + alt="icon" |
| 12 | + ></IconsAntdSettingOutlined> |
| 13 | + </Frame354> |
| 14 | + <AppbarActions> |
| 15 | + <AppbarIconButton |
| 16 | + src="https://s3-us-west-2.amazonaws.com/figma-alpha-api/img/acff/b783/96b0feffa7116a485371002a54621c73" |
| 17 | + alt="icon" |
| 18 | + ></AppbarIconButton> |
| 19 | + <AppbarIconButton_0001 |
| 20 | + src="https://s3-us-west-2.amazonaws.com/figma-alpha-api/img/40e6/2dd0/0874244c17bfefb7d2125d3e55860428" |
| 21 | + alt="icon" |
| 22 | + ></AppbarIconButton_0001> |
| 23 | + </AppbarActions> |
| 24 | + </RootWrapperAppbarFragmentForCodeEditor> |
| 25 | + ); |
| 26 | +} |
| 27 | + |
| 28 | +const RootWrapperAppbarFragmentForCodeEditor = styled.div` |
| 29 | + display: flex; |
| 30 | + justify-content: center; |
| 31 | + flex-direction: row; |
| 32 | + align-items: center; |
| 33 | + flex: 1; |
| 34 | + gap: 10px; |
| 35 | + align-self: stretch; |
| 36 | + background-color: rgba(30, 30, 30, 1); |
| 37 | + box-sizing: border-box; |
| 38 | + padding-bottom: 14px; |
| 39 | + padding-top: 14px; |
| 40 | + padding-left: 12px; |
| 41 | + padding-right: 20px; |
| 42 | +`; |
| 43 | + |
| 44 | +const Frame354 = styled.div` |
| 45 | + display: flex; |
| 46 | + justify-content: flex-start; |
| 47 | + flex-direction: row; |
| 48 | + align-items: center; |
| 49 | + flex: 1; |
| 50 | + gap: 4px; |
| 51 | + align-self: stretch; |
| 52 | + box-sizing: border-box; |
| 53 | +`; |
| 54 | + |
| 55 | +const Flutter = styled.span` |
| 56 | + color: rgba(124, 124, 124, 1); |
| 57 | + text-overflow: ellipsis; |
| 58 | + font-size: 14px; |
| 59 | + font-family: "Helvetica Neue", sans-serif; |
| 60 | + font-weight: 400; |
| 61 | + text-align: left; |
| 62 | +`; |
| 63 | + |
| 64 | +const IconsAntdSettingOutlined = styled.img` |
| 65 | + width: 16px; |
| 66 | + height: 16px; |
| 67 | + object-fit: cover; |
| 68 | +`; |
| 69 | + |
| 70 | +const AppbarActions = styled.div` |
| 71 | + display: flex; |
| 72 | + justify-content: center; |
| 73 | + flex-direction: row; |
| 74 | + align-items: center; |
| 75 | + flex: none; |
| 76 | + gap: 14px; |
| 77 | + width: 62px; |
| 78 | + height: 24px; |
| 79 | + box-sizing: border-box; |
| 80 | +`; |
| 81 | + |
| 82 | +const AppbarIconButton = styled.img` |
| 83 | + width: 24px; |
| 84 | + height: 24px; |
| 85 | + object-fit: cover; |
| 86 | +`; |
| 87 | + |
| 88 | +const AppbarIconButton_0001 = styled.img` |
| 89 | + width: 24px; |
| 90 | + height: 24px; |
| 91 | + object-fit: cover; |
| 92 | +`; |
0 commit comments