HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/@vue/cli-ui/src/components/app/TopBar.vue
<template>
  <div class="top-bar">
    <portal-target name="top-title" class="title">Vue</portal-target>

    <AppLoading/>

    <div class="vue-ui-spacer"/>

    <SuggestionBar/>

    <portal-target name="top-actions" class="actions"/>
  </div>
</template>

<style lang="stylus" scoped>
.top-bar
  padding $padding-item
  h-box()
  align-items center
  position relative
  height 32px
  z-index 1
  background $content-bg-secondary-light
  .vue-ui-dark-mode &
    background $content-bg-secondary-dark

  &,
  .actions
    /deep/ > *
      space-between-x($padding-item)

.title
  font-size 28px
  font-weight 300
</style>