diff --git a/src/scss/cdb-components/modals.scss b/src/scss/cdb-components/modals.scss index 9619579..48e2c32 100644 --- a/src/scss/cdb-components/modals.scss +++ b/src/scss/cdb-components/modals.scss @@ -536,3 +536,110 @@ */ + +/* SG +# Modals/Mod Add points + + +``` +
+ +
+

Start by adding points, lines or polygons

+

Select the geometry type that you want to have in “Untitled Dataset 1”

+ + + + +
+
+``` +*/ + +.Modal-addItem { + width: 40px; + height: 40px; + border: 1px solid $cMainLine; + border-radius: $halfBaseSize; +} + + +