Notifications
See all
  • Alice C. left a comment.

    1 hour ago

  • Joshua S. uploaded a file.

    2 hours ago

  • Tara S. sent you a message.

    2 hours ago

  • Melany W. left a comment.

    3 hours ago

Erik KovalskyProduct Manager
ProfileView your profile

ProjectsAll my projects
TeamManage your team

SettingsAccount settings

  • Erik KovalskyProduct Manager
    ProfileView your profile

    ProjectsAll my projects
    TeamManage your team

    SettingsAccount settings

Elements

  • Elements Hub
  • Colors
  • Helpers
  • Icons
  • Interaction
  • VDropdown
  • VLoader
  • VPlaceload v1.2
  • VPlaceloadText v1.2
  • VPlaceloadAvatar v1.2
  • VMessage v1.1
  • VModal
  • VProgress
  • VTootlip v1.1
  • Buttons
  • Forms v2.3
  • Switches
  • Addons

Select Language

Activity

  • Team
  • Projects
  • Schedule
Joshua S. Las Vegas, NV
Melany W. San Jose, CA
Esteban C. Miami, FL
Tara S. New York, NY
The slicer projectgetslicer.io
31%
5 / 24
Metamovies reworkedmetamovies.co
84%
28 / 31
Fast Pizza redesignfastpizza.com
60%
25 / 39

Call Danny at Colby's

Today - 11:30am

Meeting with Alice

Today - 01:00pm

Answer Annie's message

Today - 01:45pm

Send new campaign

Today - 02:30pm

Project review

Today - 03:30pm

Call Trisha Jackson

Today - 05:00pm

Write proposal for Don

Today - 06:00pm

Recently viewed

Browser SupportBlog post
Twitch APIBlog post
Browser SupportBlog post

Recent Members

Alice C.San Diego, CASoftware EngineerThis is a nice user description that we can use as demo content.
Alice C.Software Engineer
Tara S.New York, NYUI/UX DesignerThis is a nice user description that we can use as demo content.
Tara S.UI/UX Designer
Dwayne H.Los Angeles, CAProduct ManagerThis is a nice user description that we can use as demo content.
Jimmy H.Project Manager

Task Details

Overview

Build a desktop and mobile landing page wireframe

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Videmus igitur ut conquiescere ne infantes quidem possint. Duo Reges: constructio interrete... See More

Participants

Statistics

5 days
3 files
54
Add Checklist

Files

Preliminary Sketches3MB 5 days ago
DownloadDownload this file
View TaskView related task

UpdateUpload a new version
DeleteDelete this file
Project Budget0.6MB 8 days ago
DownloadDownload this file
View TaskView related task

UpdateUpload a new version
DeleteDelete this file
POC Demo8.75MB 8 days ago
DownloadDownload this file
View TaskView related task

UpdateUpload a new version
DeleteDelete this file

Messages

Send

Welcome

Notifications
See all
  • Alice C. left a comment.

    1 hour ago

  • Joshua S. uploaded a file.

    2 hours ago

  • Tara S. sent you a message.

    2 hours ago

  • Melany W. left a comment.

    3 hours ago

  • Elements
  • Helpers

Helpers

Vuero provides some CSS helpers that can help you adding some styles without writing any CSS. Helpers have been keep short to avoid bloat and unused CSS.

HelperDescription
SpacingMargin (m-*-*) Sets a margin on the target element following the m-*-* pattern, where the first * stands for directon (t, b, l and r) and the second one for pixel amount. Minimum and maximum pixel amounts are 5 and 100.
Padding (p-*-*) Sets a padding on the target element following the p-*-* pattern, where the first * stands for directon (t, b, l and r) and the second one for pixel amount. Minimum and maximum pixel amounts are 5 and 100.
No Margin (no-margin-*) Sets a margin on the target element following the no-margin-* pattern, where the first * stands for directon (all, top, bottom, left and right).
No Padding (no-padding-*) Sets a padding on the target element following the no-padding-* pattern, where the first * stands for directon (all, top, bottom, left and right).
StatesHidden (is-hidden) Sets the display property to none on the target element.
VHidden (is-vhidden) Sets the visibility property to hidden on the target element.
Disabled (is-disabled) Sets the pointer-events property to none on the target element and decreases its opacity.
ScrollSlimscroll (has-slimscroll) Sets the overflowY property to auto on the target element and tweaks the webkit scrollbar.
ScrollSlimscroll X (has-slimscroll-x) Sets the overflowX property to auto on the target element and tweaks the webkit scrollbar.
Scroll Slimscroll X and Y (has-slimscroll-all) Sets the overflow property to auto on the target element and tweaks the webkit scrollbar.
Dark ModeImages Toggle images between light mode and dark mode using the corresponding classes: light-image and dark-image. Displayed images will be displayed as inline-block. To display images as block use the light-image-block and dark-image-block classes instead.
Dark Background (is-dark-bg-*) Sets the background-color property to the specidifed value, where * is a percentage of the dark mode main color. Accepted values: 2, 3, 4, 6.
ResponsiveHidden mobile (h-hidden-mobile) Sets the display property to none on the target element when on a mobile display.
Hidden tablet (h-hidden-tablet-p) Sets the display property to none on the target element when on a tablet display in portrait mode.
Hidden tablet (h-hidden-tablet-l) Sets the display property to none on the target element when on a tablet display in landscape mode.
Hidden desktop (h-hidden-desktop) Sets the display property to none on the target element when on a desktop display.
TypographyFont (.is-font) Sets the font-family property to the $font variable value.
Font Alt (.is-font-alt) Sets the font-family property to the $font-alt variable value.
Font Weight (.is-weight-*) Sets the font-weight property to the specidifed value, where * is a value between 300 and 900.
Font Size (.rem-*) Sets the font-size property to the specidifed value, where * is a value between 70 and 100. Increments by 5.
Stay FocusContainer (.stay-focus-container) Sets the stay focus container. Will blur all child .stay-focus-element except the hovered one.
Element (.stay-focus-element) Element that will be blured when user hover over the container.