Update OOUI to v0.28.1
[lhc/web/wiklou.git] / resources / lib / oojs-ui / wikimedia-ui-base.less
index 6df70b4..f450a00 100644 (file)
@@ -1,11 +1,8 @@
 /**
- * WikimediaUI Base v0.11.0
+ * WikimediaUI Base v0.12.0
  * Wikimedia Foundation user interface base variables
  */
 
-// Local hack:
-// * Define @background-color-base--hover.
-
 // == Breakpoints ==
 // The following numbers are prone to change with new information.
 
 
 
 // == Box Model properties ==
+// `@*size` variables are used for `*width` & `*height` properties
+@size-base:                       32px;
+
+@min-size-icon:                   20px; // values used for `min-*` are defined in `px`, see T130691
+@min-size-indicator:              12px;
+
+@size-icon:                       20px;
+@size-indicator:                  12px;
+@size-tool:                       42px;
+
 // Max Widths
+@max-width-base:                  50em;
 @max-width-button:                28.75em; // = `460px` at `16px` base, see T95367
+@max-width-input:                 @max-width-base;
 @max-width-input-inline:          100%;
 
 // Border