mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- changed form builder > icon field to new dropdown type;
This commit is contained in:
@@ -140,6 +140,13 @@
|
||||
width: 33%;
|
||||
position: relative;
|
||||
}
|
||||
.um-admin-tri[data-select2-id] {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
._heading_text[data-select2-id] {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.um-admin-error-block,
|
||||
.um-admin-success-block {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -98,7 +98,12 @@
|
||||
float: left
|
||||
width: 33%
|
||||
position: relative
|
||||
&[data-select2-id]
|
||||
position: relative
|
||||
|
||||
._heading_text
|
||||
&[data-select2-id]
|
||||
position: relative
|
||||
|
||||
.#{$prefix}admin-error-block,
|
||||
.#{$prefix}admin-success-block
|
||||
|
||||
@@ -6261,7 +6261,7 @@
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: block;
|
||||
src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
|
||||
src: url("../libs/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../libs/fontawesome/webfonts/fa-brands-400.ttf") format("truetype");
|
||||
}
|
||||
.um .fab,
|
||||
.um .fa-brands {
|
||||
@@ -7851,7 +7851,7 @@
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: block;
|
||||
src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
|
||||
src: url("../libs/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../libs/fontawesome/webfonts/fa-regular-400.ttf") format("truetype");
|
||||
}
|
||||
.um .far,
|
||||
.um .fa-regular {
|
||||
@@ -7866,7 +7866,7 @@
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
font-display: block;
|
||||
src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
|
||||
src: url("../libs/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../libs/fontawesome/webfonts/fa-solid-900.ttf") format("truetype");
|
||||
}
|
||||
.um .fas,
|
||||
.um .fa-solid {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
//$fa-css-prefix: 'um .fa'
|
||||
$fa-font-path: "../libs/fontawesome/webfonts"
|
||||
|
||||
.um
|
||||
@import "../libs/fontawesome/scss/fontawesome.scss"
|
||||
|
||||
Reference in New Issue
Block a user