HEX
Server: nginx/1.24.0
System: Linux webserver 6.8.0-59-generic #61-Ubuntu SMP PREEMPT_DYNAMIC Fri Apr 11 23:16:11 UTC 2025 x86_64
User: wpuser (1002)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /opt/wpsites/datainsightnow.com/wp-content/plugins/essential-blocks/blocks/button/src/style.css
.eb-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.eb-button-wrapper {
  display: flex;
  flex-direction: column;
}

.eb-button a.eb-button-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  color: #ffffff;
  background-color: #7967ff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: inherit;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

.eb-button a.eb-button-anchor:hover {
  background-color: #513fd4;
  color: #ffffff;
}

.eb-button-link {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.eb-button-text {
  display: inline-block;
}