PHP Classes

File: src/googleauth-page/scss/style.scss

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   WPMU Dev Plugin Test   src/googleauth-page/scss/style.scss   Download  
File: src/googleauth-page/scss/style.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WPMU Dev Plugin Test
Test WordPress plugin created using WPMU Dev
Author: By
Last change:
Date: 1 month ago
Size: 675 bytes
 

Contents

Class file image Download
// Overwrite font path. $sui-font-path: "~@wpmudev/shared-ui/dist/fonts/"; $sui-image-path: "~@wpmudev/shared-ui/dist/images/"; // Share UI styles @import "@wpmudev/shared-ui"; .sui-box-body { .components-base-control { min-width: 100%; input[type="text"], input[type="password"] { min-width: 100%; } label { display: block; } } } .sui-notice { padding: 10px 15px; border-radius: 4px; margin-bottom: 20px; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); .sui-notice-content { font-size: 14px; } &.sui-notice-error { //border left border-left: 4px solid red; } &.sui-notice-success { //border left border-left: 4px solid green; } }