Compare commits
No commits in common. "b7d177004429759f61fe0cb3f4c5489fe8e679d4" and "7eb19a147ced0509cf2b9df54ac41f3fd35ca374" have entirely different histories.
b7d1770044
...
7eb19a147c
@ -1,16 +1,12 @@
|
|||||||
.LP-Form{
|
.LP-Form{
|
||||||
.LP-Form__Checkbox{
|
.LP-Form__Checkbox{
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
&:checked + .LP-Form__CheckBox__CheckMark {
|
|
||||||
background-color: $-light-brown;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.LP-Form__CheckBox__CheckMark{
|
.LP-Form__CheckBox__CheckMark{
|
||||||
height: 1em;
|
height: 1em;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
border: 1px solid $-grey;
|
border: 1px solid black;
|
||||||
padding: 0 calc(.5em + 2px);
|
padding: 0 calc(.5em + 2px);
|
||||||
margin-right: .7em;
|
margin-right: .7em;
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
<form class="LP-Form">
|
<form class="LP-Form">
|
||||||
<label for="wurstwasser" class="LP-Form__Label">
|
<label for="wurstwasser" class="LP-Form__Label"><span class="LP-Form__CheckBox__CheckMark"></span><input id="wurstwasser" type="checkbox" class="LP-Form__Checkbox"/>Check me</label>
|
||||||
<input id="wurstwasser" type="checkbox" class="LP-Form__Checkbox"/>
|
|
||||||
<span class="LP-Form__CheckBox__CheckMark"></span>
|
|
||||||
Check me
|
|
||||||
</label>
|
|
||||||
</form>
|
</form>
|
@ -4,6 +4,7 @@
|
|||||||
{{#if disabled}}
|
{{#if disabled}}
|
||||||
disabled="disabled"
|
disabled="disabled"
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
/>
|
||||||
{{#if message}}
|
{{#if message}}
|
||||||
<span class="LP-Input__Message">{{message}}</span>
|
<span class="LP-Input__Message">{{message}}</span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
@ -7,3 +7,7 @@
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.LP-Link__IconWrapper{
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
<a href="{{url}}" class="LP-Link">
|
|
||||||
<span class="RV-Iconized">
|
|
||||||
<span class="RV-Iconized__Text">
|
|
||||||
Iconized Text
|
|
||||||
</span>
|
|
||||||
<span class="RV-Iconized__Icon RV-Iconized__Icon--medium RV-Iconized__Icon--right">
|
|
||||||
<img src="/icons/debug.png"/>
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
</a>
|
|
@ -1 +1,3 @@
|
|||||||
<a href="{{url}}" class="LP-Link"><span class="LP-Link__Text">{{text}}</span></a>
|
<p class="LP-Paragraph">
|
||||||
|
<a href="{{url}}" class="LP-Link"><span class="LP-Link__Text">{{text}}</span></a>
|
||||||
|
</p>
|
@ -3,18 +3,11 @@
|
|||||||
background-color: $-beige;
|
background-color: $-beige;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
@include RV-Flex;
|
@include RV-FlexRow__Container;
|
||||||
height: min-content;
|
height: min-content;
|
||||||
gap: 3px;
|
gap: 3px;
|
||||||
transition: background .3s;
|
transition: background .3s;
|
||||||
|
|
||||||
.LP-Link {
|
|
||||||
color: $-grey;
|
|
||||||
&:hover {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&__Remove {
|
&__Remove {
|
||||||
.RV-Iconized__Icon {
|
.RV-Iconized__Icon {
|
||||||
fill: $-wine-red;
|
fill: $-wine-red;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
//@import 'textSection/textSection';
|
@import 'textSection/textSection';
|
||||||
//@import 'placeTeaser/placeTeaser';
|
@import 'placeTeaser/placeTeaser';
|
||||||
//@import 'tagList/tagList';
|
@import 'tagList/tagList';
|
||||||
//@import 'navigation/navigation';
|
@import 'navigation/navigation';
|
||||||
//@import 'messageList/messageList';
|
@import 'messageList/messageList';
|
||||||
//@import 'userInfo/userInfo';
|
@import 'userInfo/userInfo';
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: $-spacing-small;
|
padding: $-spacing-small / 2;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -26,7 +26,7 @@
|
|||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
padding: $-spacing-small;
|
padding: $-spacing-small / 2;
|
||||||
|
|
||||||
.LP-UserInfo__Key {
|
.LP-UserInfo__Key {
|
||||||
padding-right: $-spacing-medium;
|
padding-right: $-spacing-medium;
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//@import 'header/header';
|
@import 'header/header';
|
||||||
//@import 'placeGrid/placeGrid';
|
@import 'placeGrid/placeGrid';
|
||||||
//@import 'placeList/placeList';
|
@import 'placeList/placeList';
|
||||||
//@import 'linkList/linkList';
|
@import 'linkList/linkList';
|
||||||
//@import 'footer/footer';
|
@import 'footer/footer';
|
||||||
//@import 'form/form';
|
@import 'form/form';
|
||||||
//@import 'imageGrid/imageGrid';
|
@import 'imageGrid/imageGrid';
|
||||||
//@import 'osmMap/osmMap';
|
@import 'osmMap/osmMap';
|
||||||
//@import 'userProfile/userProfile';
|
@import 'userProfile/userProfile';
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
.LP-LinkList{
|
.LP-LinkList{
|
||||||
@include RV-Grid;
|
@include RV-FlexGrid(300px, 3em);
|
||||||
|
@include RV-ElementList;
|
||||||
|
@include RV-Spacing__Inner--small;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
.LP-LinkList__Item{
|
.LP-LinkList__Item{
|
||||||
@ -9,7 +11,7 @@
|
|||||||
transition: background .3s, color .5s;
|
transition: background .3s, color .5s;
|
||||||
|
|
||||||
@include RV-Alignment--verticalCenter;
|
@include RV-Alignment--verticalCenter;
|
||||||
@include RV-Flex;
|
@include RV-FlexRow__Container;
|
||||||
|
|
||||||
.LP-LinkList__ItemHover {
|
.LP-LinkList__ItemHover {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
//@import 'home/home';
|
@import 'home/home';
|
||||||
//@import 'placeDetail/placeDetail';
|
@import 'placeDetail/placeDetail';
|
||||||
//@import 'codex/codex';
|
@import 'codex/codex';
|
||||||
|
@ -1 +1 @@
|
|||||||
//@import 'place/place';
|
@import 'place/place';
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@import 'rcss.bundled';
|
@import './rcss.bundled.scss';
|
||||||
|
|
||||||
// Include primary fonts in regular, italic and bold each.
|
// Include primary fonts in regular, italic and bold each.
|
||||||
@font-face {
|
@font-face {
|
||||||
@ -197,4 +197,4 @@ body {
|
|||||||
@import '04_Templates/templates';
|
@import '04_Templates/templates';
|
||||||
@import '05_Pages/pages';
|
@import '05_Pages/pages';
|
||||||
|
|
||||||
//@import './tagify';
|
@import './tagify';
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
"sass-loader": "^10.0.5"
|
"sass-loader": "^10.0.5"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"sass": "sass components/main.scss public/main.css --watch",
|
"sass": "node-sass -w components/main.scss -o public/ --recursive",
|
||||||
"styleguide": "fractal start --sync",
|
"styleguide": "fractal start --sync",
|
||||||
"suite": "npm run sass & npm run styleguide"
|
"suite": "npm run sass & npm run styleguide"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user