Giter VIP home page Giter VIP logo

admin-theme's People

Contributors

boutmansb avatar davidlammenst avatar dependabot[bot] avatar gertvdb avatar ignacio-mf avatar tacoor avatar tacticsjan avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

admin-theme's Issues

Remove ".new-ui" wrapper class

Since we no longer need to serve 2 layouts, we no longer need a wrapper class to define the new UI.

  • Replace the .new-ui{} with htm{} to keep specificity

Style old dashboard

Aangezien we in versie 1.0 nog niet het "nieuwe" dashboard menu aan de linkerkant gaan gebruiken, moeten we iets vinden voor het reeds bestaande dashboard.

Move all css from tt-plugins into admin theme

The admin theme currently overrides the css from our plugins to match the design.
The goal is to move all the css from the application into the admin theme starting with the plugins.
That way we can remove css files one by one from the Kinderopvang repo and the admin theme will provide all css.
This is a first step to moving to the styleguide.

Minify css

Add task to gulpfile that also minifies compiled sass.

Add style for legacy "symfony debug bar"

Screenshot 2020-04-02 at 16 55 21

The debug bar of the old symfony application is located add the top of the screen and is in the way of main actions.

Suggestion is to override default styling and move it to the bottom.

A starting point :

#sfWebDebugBar {
    position: fixed;
    bottom: 0;
    left: 0;
    height: auto;
    top: auto;
    background: #fff;
    color: #FFF;
    box-shadow: 1px -1px 4px rgba(0,0,0,0.1);
    opacity: 1;
    padding: 15px 25px;
}

#sfWebDebug .sfWebDebugTop {
    position: fixed;
    left: 0px;
    top: auto;
    width: 100%;
    padding: 10px;
    z-index: 9999;
    background-color: #FFFFFF;
    border-top: 1px solid #f1f1f1;
    bottom: 35px;
    overflow: scroll;
    max-height: 50vh;
    padding: 15px 25px;
}

#sfWebDebug h1 {
    background: none;
    color: #000;
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.