Git Product home page Git Product logo

admin4b's People

Contributors

dependabot[bot] avatar marxjmoura avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

admin4b's Issues

Compile escaped HTML to docs

Find some gulp plugin to escape HTML files in the folder code-examples before @@include in the page.

Currently this is done manually.

.has-error class for validation

Add this configuration of the class for alerts in inputs, labels and hints.

.has-error input {
  #border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error label,
.has-error .hint {
  color: #a94442;
}

Problem with page refresh

If you refresh the page from anywhere F5 or ctrl+R, it always flips up, is there any way to fix this?
Chrome and firefox desktop

More flexible sidebar

Animations options:
sidebar-slide-left, sidebar-slide-top, sidebar-fade, and so on.

More colors:
sidebar-light, sidebar-dark, and so on.

Label customizeds

Hi marx,

i maked a label customized , follow the code font:

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label-danger {
    background-color: #d9534f;
}

.label-info {
    background-color: #007bff;
}

.label-success {
    background-color: #28a745;
} 
.label-default {
  background-color: #808080;
}

How use

<span class="label label-danger text-uppercase">
 Não comercializado
</span>

Result

label-danger
label-default
label-info
label-success

text-align breaks check mark of the radio button

How to reproduce:

<div class="text-center">
  <label class="radio radio-lg radio-success">
    <input type="radio" name="radio-group">
    <span class="check-mark"></span>
  </label>
  <p>
    Agree with that<br>
    <small>
      (<a href="#">More information</a>)
    </small>
  </p>
</div>

This also occurs with text-right.

Jquery plugins not defined

Version:

1.1.1

Report:

The JS file doesn't work correctly in the Angular 6 and React frameworks

Error:

admin4b.min.js:1 Uncaught TypeError: Cannot read property 'fn' of undefined
at admin4b.min.js:1

Is it possible to split dist files

Please tell me whether it is possible to collect files separately
so that you can update your bootstrap yourself

or if I don’t need some components,
can you do it yourself?

Dropdown Bug

I've added bootstrap dropdown button and it doesn't work. please, can you help me?

Gradient has outdated direction syntax.

Marx the linear-gradient feature is triggering a warning for the reason of using a deprecated syntax, the new way of using the grandiente's placement is by placing a reserved word to {and its positioning ex: top, right, left and bottom}. follow the link for help: https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient

@mixin crossbrowser-linear-gradient($gradient...)
{
    background: nth($gradient, 1);
    background-image: -webkit-linear-gradient(to top, $gradient);
    background-image: -moz-linear-gradient(to top, $gradient);
    background-image: -ms-linear-gradient(to top, $gradient);
    background-image: -o-linear-gradient(to top, $gradient);
    background-image: linear-gradient(to top, $gradient);
}

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.