Skip to content
Snippets Groups Projects
Commit 14866359 authored by Viktor Holovachek's avatar Viktor Holovachek
Browse files

Resolve #3418275 "Setup gitlab ci"

parent a5539355
No related branches found
No related tags found
1 merge request!8Resolve #3418275 "Setup gitlab ci"
Pipeline #90544 passed
......@@ -58,4 +58,3 @@ variables:
# Disables the default phpunit job as we have no tests on this module.
SKIP_PHPUNIT: 1
SKIP_ESLINT: 1
SKIP_STYLELINT: 1
......@@ -4,31 +4,31 @@
.formtip {
display: inline-block;
margin: 0 .3em;
color: #fff;
box-sizing: content-box;
width: 13px;
height: 13px;
margin: 0 .3em;
text-align: center;
vertical-align: baseline;
text-decoration: none;
letter-spacing: normal;
color: #fff;
border: 2px solid #ccc;
border-radius: 50%;
background-color: #ccc;
text-align: center;
font-size: 12px;
box-sizing: content-box;
text-decoration: none;
line-height: 13px;
vertical-align: baseline;
font-weight: bold;
letter-spacing: normal;
line-height: 13px;
}
.formtip:focus,
.formtip:hover,
.formtip:active {
cursor: help;
border: 2px solid #2369a6;
transition: all .25s ease-in-out;
text-decoration: none;
color: #fff;
border: 2px solid #2369a6;
background-color: #2369a6;
}
......@@ -48,14 +48,14 @@
}
.formtips-processed {
z-index: 100;
position: absolute;
transition: opacity 0.25s ease-in-out;
z-index: 100;
display: none;
padding: 20px;
transition: opacity .25s ease-in-out;
text-align: left;
border-radius: 3px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
line-height: 1.4;
}
......@@ -86,10 +86,10 @@ div.description.formtips-processed,
/* The pointer of the tooltip. */
.formtips-processed::before {
position: absolute;
width: 0;
height: 0;
top: -12px;
left: 1.5em;
width: 0;
height: 0;
content: '';
border: 6px solid transparent;
border-bottom-color: #1e2021;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment