}
a.box:hover, a.box:focus {
+<<<<<<< HEAD
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc;
}
a.box:active {
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc;
+=======
+ box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #00d1b2;
+}
+
+a.box:active {
+ box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #00d1b2;
+>>>>>>> Add show code
}
.button {
}
.button:focus:not(:active), .button.is-focused:not(:active) {
+<<<<<<< HEAD
box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
+=======
+ box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
+>>>>>>> Add show code
}
.button:active, .button.is-active {
}
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
+<<<<<<< HEAD
box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
+=======
+ box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
+>>>>>>> Add show code
}
.button.is-info:active, .button.is-info.is-active {
background-color: #fff;
border-color: transparent;
box-shadow: none;
+<<<<<<< HEAD
color: #209cee;
+=======
+ color: #3273dc;
+>>>>>>> Add show code
}
.button.is-info.is-loading:after {
.button.is-info.is-outlined[disabled] {
background-color: transparent;
+<<<<<<< HEAD
border-color: #209cee;
box-shadow: none;
color: #209cee;
+=======
+ border-color: #3273dc;
+ box-shadow: none;
+ color: #3273dc;
+>>>>>>> Add show code
}
.button.is-info.is-inverted.is-outlined {
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
+<<<<<<< HEAD
border-color: #3273dc;
box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
+=======
+ border-color: #00d1b2;
+ box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
+>>>>>>> Add show code
}
.input[disabled],
.textarea.is-primary:active,
.textarea.is-primary.is-active {
box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
+<<<<<<< HEAD
}
.input.is-link,
.textarea.is-link:active,
.textarea.is-link.is-active {
box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
+=======
+>>>>>>> Add show code
}
.input.is-info,
.textarea.is-info.is-focused,
.textarea.is-info:active,
.textarea.is-info.is-active {
+<<<<<<< HEAD
box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
+=======
+ box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
+>>>>>>> Add show code
}
.input.is-success,
}
.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
+<<<<<<< HEAD
border-color: #3273dc;
box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
+=======
+ border-color: #00d1b2;
+ box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
+>>>>>>> Add show code
}
.select select[disabled] {
}
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
+<<<<<<< HEAD
box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
+=======
+ box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
+>>>>>>> Add show code
}
.select.is-success select {
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
border-color: transparent;
+<<<<<<< HEAD
box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
+=======
+ box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
+>>>>>>> Add show code
color: #fff;
}
.breadcrumb a {
align-items: center;
+<<<<<<< HEAD
color: #3273dc;
+=======
+ color: #7a7a7a;
+>>>>>>> Add show code
display: flex;
justify-content: center;
padding: 0.5em 0.75em;
}
}
+<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
.hero.is-info {
>>>>>>> Add show code
.hero.is-link {
>>>>>>> Add link color
+=======
+.hero.is-link {
+=======
+.hero.is-info {
+>>>>>>> Add show code
+>>>>>>> Add show code
background-color: #3273dc;
color: #fff;
}
}
@media screen and (max-width: 1023px) {
+<<<<<<< HEAD
.hero.is-link .navbar-menu {
+=======
+ .hero.is-info .navbar-menu {
+>>>>>>> Add show code
background-color: #3273dc;
}
}
+<<<<<<< HEAD
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
color: rgba(255, 255, 255, 0.7);
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
+=======
+.hero.is-info .navbar-item,
+.hero.is-info .navbar-link {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
+.hero.is-info .navbar-link:hover,
+.hero.is-info .navbar-link.is-active {
+>>>>>>> Add show code
background-color: #2366d1;
color: #fff;
}
}
@media screen and (max-width: 768px) {
+<<<<<<< HEAD
.hero.is-link.is-bold .navbar-menu {
+=======
+ .hero.is-info.is-bold .navbar-menu {
+>>>>>>> Add show code
background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
}
}
+<<<<<<< HEAD
.hero.is-info {
background-color: #209cee;
color: #fff;
}
}
+=======
+>>>>>>> Add show code
.hero.is-success {
background-color: #23d160;
color: #fff;
margin-bottom: 1.5rem;
}
+.bd-example + .bd-highlight-clipped {
+ margin-top: -1.5rem;
+}
+
+.bd-example + .bd-highlight-clipped:not(:last-child) {
+ margin-bottom: 1.5rem;
+}
+
.bd-snippet {
border: 1px solid #ffdd57;
margin-top: 2rem;
>>>>>>> Add variables data
align-items: stretch;
<<<<<<< HEAD
+<<<<<<< HEAD
>>>>>>> Add love data
=======
border-radius: 5px;
>>>>>>> Use link instead of primary
=======
>>>>>>> Add variables data
+=======
+ border-radius: 5px;
+ border-top-left-radius: 0;
+=======
+>>>>>>> Add show code
+>>>>>>> Add show code
display: flex;
justify-content: center;
}
=======
align-items: stretch;
<<<<<<< HEAD
+<<<<<<< HEAD
>>>>>>> Use link instead of primary
=======
-webkit-box-align: stretch;
>>>>>>> Use link instead of primary
=======
>>>>>>> Add variables data
+=======
+ border-radius: 0 5px 5px 0;
+=======
+>>>>>>> Add show code
+>>>>>>> Add show code
display: flex;
flex-direction: column;
}
}
}
+.bd-highlight-clipped .bd-show {
+ bottom: 0;
+ left: 0;
+ position: absolute;
+ right: 0;
+ top: 0;
+ align-items: center;
+ background-color: rgba(0, 0, 0, 0.9);
+ background-image: linear-gradient(transparent, transparent 90%, black);
+ border: none;
+ color: white;
+ cursor: pointer;
+ display: none;
+ font-size: 1rem;
+ justify-content: center;
+ opacity: 0.7;
+ width: 100%;
+}
+
+.bd-highlight-clipped .bd-show strong {
+ color: currentColor;
+ font-weight: 600;
+}
+
+.bd-highlight-clipped .bd-show:hover {
+ opacity: 0.8;
+}
+
+.bd-highlight-clipped .highlight.bd-is-clipped {
+ height: 4em;
+ overflow: hidden;
+}
+
+.bd-highlight-clipped .highlight.bd-is-clipped pre {
+ overflow: hidden;
+}
+
+.bd-highlight-clipped .highlight.bd-is-clipped .bd-show {
+ display: flex;
+}
+
@media screen and (min-width: 769px), print {
.section:not(.is-fullwidth) > .bd-example:not(.is-fullwidth) {
margin-left: 1.5rem;
}
#_default_ > a:hover, #_default_ > a:focus {
+<<<<<<< HEAD
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc;
}
#_default_ > a:active {
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc;
+=======
+ box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #00d1b2;
+}
+
+#_default_ > a:active {
+ box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #00d1b2;
+>>>>>>> Add show code
}
#_default_ > a span {
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
=======
=======
>>>>>>> Use link instead of primary
+=======
+>>>>>>> Add show code
align-items: center;
display: none;
=======
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
+=======
+ align-items: center;
+>>>>>>> Add show code
display: flex;
<<<<<<< HEAD
=======