Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
A
argumentnn.r52
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Evgeny Talagaev
argumentnn.r52
Commits
d6c0e90c
Commit
d6c0e90c
authored
Sep 22, 2022
by
Evgeny Talagaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some changes
parent
042f05b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
6 deletions
+40
-6
btn.scss
src/blocks/btn/btn.scss
+14
-0
page.scss
src/blocks/page/page.scss
+26
-6
No files found.
src/blocks/btn/btn.scss
View file @
d6c0e90c
...
@@ -105,11 +105,13 @@
...
@@ -105,11 +105,13 @@
}
}
}
}
&
--transparent-green
,
&
--transparent
{
&
--transparent
{
border-color
:
var
(
--
m-color-3
);
border-color
:
var
(
--
m-color-3
);
background-color
:
transparent
;
background-color
:
transparent
;
color
:
var
(
--
m-color-3
);
color
:
var
(
--
m-color-3
);
&
.active
,
&
:hover
,
&
:hover
,
&
:focus
{
&
:focus
{
border-color
:
var
(
--
m-color-3
);
border-color
:
var
(
--
m-color-3
);
...
@@ -117,4 +119,16 @@
...
@@ -117,4 +119,16 @@
color
:
#fff
;
color
:
#fff
;
}
}
}
}
&
--transparent-green
{
border-color
:
var
(
--
m-color-1
);
color
:
var
(
--
m-color-1
);
&
.active
,
&
:hover
,
&
:focus
{
background-color
:
var
(
--
m-color-1
);
border-color
:
var
(
--
m-color-1
);
}
}
}
}
src/blocks/page/page.scss
View file @
d6c0e90c
...
@@ -617,7 +617,7 @@ pre {
...
@@ -617,7 +617,7 @@ pre {
width
:
100%
;
width
:
100%
;
@media
(
min-width
:
$screen-xxl
)
{
@media
(
min-width
:
$screen-xxl
)
{
width
:
5
65
px
;
width
:
5
40
px
;
}
}
@media
(
min-width
:
$screen-xl
)
{
@media
(
min-width
:
$screen-xl
)
{
...
@@ -687,13 +687,18 @@ pre {
...
@@ -687,13 +687,18 @@ pre {
$block-name
:
&
;
$block-name
:
&
;
display
:
flex
;
display
:
flex
;
flex-wrap
:
wrap
;
gap
:
15px
30px
;
gap
:
15px
30px
;
margin-bottom
:
0
;
margin-bottom
:
0
;
padding-left
:
0
;
padding-left
:
0
;
list-style
:
none
;
list-style
:
none
;
&
__item
{
&
__item
{
&
--person
{
img
{
width
:
auto
;
height
:
30px
;
}
}
}
}
&
__i-link
{
&
__i-link
{
...
@@ -717,12 +722,15 @@ pre {
...
@@ -717,12 +722,15 @@ pre {
}
}
svg
{
svg
{
margin-bottom
:
5px
;
path
{
path
{
transition
:
stroke
$transition-time
;
transition
:
stroke
$transition-time
;
}
}
}
}
svg
,
img
{
margin-bottom
:
5px
;
}
}
}
&
--type-1
{
&
--type-1
{
...
@@ -954,6 +962,10 @@ pre {
...
@@ -954,6 +962,10 @@ pre {
}
}
}
}
h1
.def-title
{
margin-bottom
:
30px
;
}
/* ----- .colored-catalog ----- */
/* ----- .colored-catalog ----- */
.colored-catalog
{
.colored-catalog
{
...
@@ -1237,7 +1249,9 @@ pre {
...
@@ -1237,7 +1249,9 @@ pre {
padding
:
10px
;
padding
:
10px
;
border
:
1px
solid
#c0c0c0
;
border
:
1px
solid
#c0c0c0
;
border-radius
:
$border-radius
;
border-radius
:
$border-radius
;
cursor
:
pointer
;
&
.active
,
&
:focus
,
&
:focus
,
&
:hover
{
&
:hover
{
svg
{
svg
{
...
@@ -1249,6 +1263,8 @@ pre {
...
@@ -1249,6 +1263,8 @@ pre {
}
}
svg
{
svg
{
pointer-events
:
none
;
path
{
path
{
fill
:
transparent
;
fill
:
transparent
;
transition
:
fill
$transition-time
,
stroke
$transition-time
;
transition
:
fill
$transition-time
,
stroke
$transition-time
;
...
@@ -1992,8 +2008,8 @@ pre {
...
@@ -1992,8 +2008,8 @@ pre {
}
}
.v-menu__list--level-2
>
.v-menu__l-item
>
.v-menu__l-item-menu-wrapper
{
.v-menu__list--level-2
>
.v-menu__l-item
>
.v-menu__l-item-menu-wrapper
{
padding-left
:
2
5
px
;
padding-left
:
2
2
px
;
padding-right
:
2
5
px
;
padding-right
:
2
2
px
;
}
}
.v-menu__list--level-1
{
.v-menu__list--level-1
{
...
@@ -2033,6 +2049,10 @@ pre {
...
@@ -2033,6 +2049,10 @@ pre {
background-color
:
#ffd127
;
background-color
:
#ffd127
;
}
}
.v-menu__list--level-1
>
.v-menu__l-item
>
.v-menu__l-item-menu-wrapper
{
padding-left
:
22px
;
}
.v-menu__list--level-2
{
.v-menu__list--level-2
{
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment